add meshcentral port alias to fix chat

This commit is contained in:
sadnub 2022-04-16 14:37:07 -04:00
parent e9d71f169c
commit 9a687fec9b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ if [ ! -f "/home/node/app/meshcentral-data/config.json" ] || [[ "${MESH_PERSISTE
"WANonly": true, "WANonly": true,
"Minify": 1, "Minify": 1,
"Port": 4443, "Port": 4443,
"AgentPort": 443, "AgentAliasPort": 443,
"aliasPort": 443,
"AllowLoginToken": true, "AllowLoginToken": true,
"AllowFraming": true, "AllowFraming": true,
"_AgentPing": 60, "_AgentPing": 60,