use correct port and don't use builtin https

This commit is contained in:
2026-01-03 14:26:22 -05:00
parent 7ad6fcd4d0
commit bcf6088f3a
3 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export OIDC_REDIRECT_URI="/api/oauth/openid"
export OIDC_SERVER_APPLICATION_URL=${CLOUDRON_OIDC_AUTH_ENDPOINT}
export ROMM_BASE_PATH=/app/data
export UV_PYTHON_INSTALL_DIR=/app/code/uv
export DEV_HTTPS=false
echo "==> Starting supervisor"
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm