port was originally correct. set allowed hosts
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"title": "Romm",
|
"title": "Romm",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 5000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"postgresql": {},
|
"postgresql": {},
|
||||||
|
|||||||
1
start.sh
1
start.sh
@@ -29,6 +29,7 @@ export OIDC_SERVER_APPLICATION_URL=${CLOUDRON_OIDC_AUTH_ENDPOINT}
|
|||||||
export ROMM_BASE_PATH=/app/data
|
export ROMM_BASE_PATH=/app/data
|
||||||
export UV_PYTHON_INSTALL_DIR=/app/code/uv
|
export UV_PYTHON_INSTALL_DIR=/app/code/uv
|
||||||
export DEV_HTTPS=false
|
export DEV_HTTPS=false
|
||||||
|
export __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=${CLOUDRON_APP_DOMAIN}
|
||||||
|
|
||||||
echo "==> Starting supervisor"
|
echo "==> Starting supervisor"
|
||||||
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm
|
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm
|
||||||
|
|||||||
Reference in New Issue
Block a user