Fix: Configurar TlsOffload=true y puertos correctos para Traefik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user