Add authenticated LuCI remote access

This commit is contained in:
benya
2026-06-04 17:25:50 +03:00
parent b722d09edf
commit 785e502b99
13 changed files with 275 additions and 21 deletions

View File

@@ -29,6 +29,7 @@ func main() {
OperatorPassword: env("RMM_OPERATOR_PASSWORD", "dev-operator-password"),
SessionSecret: env("RMM_SESSION_SECRET", "dev-session-secret-change-me"),
CookieSecure: envBool("RMM_COOKIE_SECURE", false),
TunnelHTTPHost: env("RMM_TUNNEL_HTTP_HOST", "tunnel-ssh"),
StaticDir: env("RMM_WEB_DIR", "web"),
})