Add version info adn damon support

This commit is contained in:
Mario Fetka
2026-04-21 15:19:26 +02:00
parent 8e7c97ff7f
commit a4dfee99e2
3 changed files with 461 additions and 160 deletions

View File

@@ -84,6 +84,14 @@ $nw_bind_ip = '0.0.0.0';
# 2 = debug messages
$nw_log_level = 1;
# Run nwwebui in daemon mode by default.
# 0 = stay in foreground
# 1 = detach into background
$nw_daemonize = 0;
# PID file written by nwwebui.
$nw_pid_file = '@MARS_NWE_PID_DIR@/nwwebui.pid';
# Enable or disable TLS/SSL support.
# 1 = enable HTTPS listener
# 0 = disable HTTPS listener