Fix: Eliminar variables de entorno que sobrescribían config.json
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
- Mantener solo HOSTNAME, NODE_ENV y REVERSE_PROXY_TLS_PORT - Eliminar todas las variables de configuración (IFRAME, WEBRTC, MINIFY, etc) - Permite que config.json maneje toda la configuración sin interferencias - Necesario para que tlsPort: 443 funcione correctamente
This commit is contained in:
@@ -12,18 +12,8 @@ services:
|
||||
- /srv/meshcentral/config:/opt/meshcentral/meshcentral-config
|
||||
environment:
|
||||
- HOSTNAME=${APP_DOMAIN}
|
||||
- NODE_ENV=production
|
||||
- REVERSE_PROXY_TLS_PORT= # Sobrescribir a vacío para desactivar modo reverse proxy
|
||||
- IFRAME=false
|
||||
- ALLOWLOGINTOKEN=true
|
||||
- LOCALSESSIONRECORDING=false
|
||||
- MINIFY=true
|
||||
- WEBRTC=true
|
||||
- CLICKONCE=false
|
||||
- ALLOWHIGHQUALITYDESKTOP=true
|
||||
- DESKTOPASPECTRATIOS=1.33,1.5,1.6,1.7,1.778,2.0
|
||||
- ALLOWFRAMING=false
|
||||
- COOKIEENCODING=hex
|
||||
- SESSIONRECORDINGCHUNKSIZE=1000000
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
|
||||
Reference in New Issue
Block a user