fix(aoe-web): drop removed --auth flag
CI / lint (push) Successful in 36s
CI / eval (push) Successful in 2m12s

This commit is contained in:
Miguel Palhas
2026-08-22 09:47:26 +01:00
parent f99e0d4a8f
commit 7c7aa0a7d9
+5 -4
View File
@@ -85,10 +85,11 @@ in
Service = { Service = {
Type = "simple"; Type = "simple";
WorkingDirectory = "%h"; WorkingDirectory = "%h";
# aoe refuses `--auth none` on a non-loopback bind unless --behind-proxy # The fork removed dashboard auth entirely, so there is no --auth flag
# is set; --allowed-host is what makes the rebinding gate accept a # any more — the reverse proxy is the only access gate. --allowed-host
# hostname under a wildcard bind (an IP literal needs no flag). # is what makes the rebinding gate accept a hostname under a wildcard
ExecStart = "${aoe}/bin/aoe serve --host 0.0.0.0 --port 8080 --auth none --behind-proxy --allowed-host aoe.n62.casa"; # bind (an IP literal needs no flag).
ExecStart = "${aoe}/bin/aoe serve --host 0.0.0.0 --port 8080 --behind-proxy --allowed-host aoe.n62.casa";
# TMUX_TMPDIR keeps the daemon on the same tmux server the shell and # TMUX_TMPDIR keeps the daemon on the same tmux server the shell and
# TUI use, instead of a second one under /tmp (same bug pr-daemon had). # TUI use, instead of a second one under /tmp (same bug pr-daemon had).
Environment = [ Environment = [