Fix: Configurar TlsOffload=true y puertos correctos para Traefik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s

This commit is contained in:
2025-10-31 23:29:04 -06:00
parent 44a4bbdfce
commit 9516789fc8

View File

@@ -42,11 +42,10 @@ jobs:
{
"settings": {
"cert": "${{ vars.APP_DOMAIN }}",
"port": 443,
"aliasPort": 443,
"port": 80,
"redirPort": 80,
"AgentPong": 300,
"TlsOffload": false,
"TlsOffload": true,
"SelfUpdate": false,
"AllowFraming": false,
"WebRTC": true,
@@ -59,7 +58,7 @@ jobs:
"title": "MeshCentral - Nucleo Rio Frio",
"title2": "Remote Management Platform",
"newAccounts": false,
"certUrl": "https://${{ vars.APP_DOMAIN }}:443/",
"certUrl": "${{ vars.APP_DOMAIN }}",
"geoLocation": true,
"cookieIpCheck": false,
"allowLoginToken": true,