StaexWeb Configuration File
Configuration reference for the StaexWeb management UI.
Overview#
This file is located under /etc/staex-web/staex-web.conf path by default. To override the path pass the new one as the argument to staex-web.
log-level#
log-level = infoLog verbosity level. Possible values: off, error, warn, info, debug, trace.
password-file#
password-file = password.txtPassword file that contains hashed password. The path is relative to the configuration directory.
valid-users#
valid-users = staexUsers that are allowed to log in with the password from the password-file.
http-listen#
http-listen = 0.0.0.0:8383HTTP server listen address and port (ip:port).
static-files-path#
static-files-path = /usr/share/staex-web/wwwWeb root directory.
pre-session-timeout#
pre-session-timeout = 1hPre-session timeout.
max-pre-sessions#
max-pre-sessions = 999Max. no of pre-sessions.
session-timeout#
session-timeout = 1hSession timeout.
max-sessions#
max-sessions = 999Max. no of sessions.
mcc-config-dir#
mcc-config-dir = /etc/mccMCC configuration directory. The same directory should be specified as mccd argument.
mcc-restart-command#
Per-platform defaults:
# Ubuntu
mcc-restart-command = systemctl restart mcc
# OpenWRT
mcc-restart-command = /etc/init.d/mcc restart
# macOS
mcc-restart-command = launchctl stop io.staex.mcc
MCC restart command. A different command is used by default for each platform.