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": {
|
"settings": {
|
||||||
"cert": "${{ vars.APP_DOMAIN }}",
|
"cert": "${{ vars.APP_DOMAIN }}",
|
||||||
"port": 443,
|
"port": 80,
|
||||||
"aliasPort": 443,
|
|
||||||
"redirPort": 80,
|
"redirPort": 80,
|
||||||
"AgentPong": 300,
|
"AgentPong": 300,
|
||||||
"TlsOffload": false,
|
"TlsOffload": true,
|
||||||
"SelfUpdate": false,
|
"SelfUpdate": false,
|
||||||
"AllowFraming": false,
|
"AllowFraming": false,
|
||||||
"WebRTC": true,
|
"WebRTC": true,
|
||||||
@@ -59,7 +58,7 @@ jobs:
|
|||||||
"title": "MeshCentral - Nucleo Rio Frio",
|
"title": "MeshCentral - Nucleo Rio Frio",
|
||||||
"title2": "Remote Management Platform",
|
"title2": "Remote Management Platform",
|
||||||
"newAccounts": false,
|
"newAccounts": false,
|
||||||
"certUrl": "https://${{ vars.APP_DOMAIN }}:443/",
|
"certUrl": "${{ vars.APP_DOMAIN }}",
|
||||||
"geoLocation": true,
|
"geoLocation": true,
|
||||||
"cookieIpCheck": false,
|
"cookieIpCheck": false,
|
||||||
"allowLoginToken": true,
|
"allowLoginToken": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user