diff --git a/supervisord.conf b/supervisord.conf index 00b0fdd..8303703 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -15,11 +15,12 @@ serverurl=unix:///workspace/supervisor.sock [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface -# Web interface for monitoring (localhost only) +# Web interface for monitoring (proxied via nginx + Authelia) [inet_http_server] -port=127.0.0.1:9001 -username=admin -password=runpod2024 +port=0.0.0.0:9001 +# Authentication disabled - handled by Authelia SSO +# username=admin +# password=runpod2024 # ComfyUI Server [program:comfyui]