Add maintence page support for remote nodes

This commit is contained in:
Owen
2026-06-13 21:45:52 -07:00
parent c6ddd5c402
commit 50da863bb7
4 changed files with 12 additions and 16 deletions

View File

@@ -527,7 +527,7 @@ export class TraefikConfigManager {
build == "saas"
? false
: config.getRawConfig().traefik.allow_raw_resources, // dont allow raw resources on saas otherwise use config
build != "oss", // generate maintenance pages on cloud and hybrid
build != "oss" ? browserGatewayUiUrl : null, // generate maintenance pages on cloud and hybrid
browserGatewayUiUrl // generate browser gateway targets on cloud and hybrid
);