From 233f5ff3fdc0472723604226cd40e3625eed2f8f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 19 Mar 2023 15:49:10 +0100 Subject: [PATCH] fix(common): disable removing port due to iX bug --- library/common/templates/spawner/_portal.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/common/templates/spawner/_portal.tpl b/library/common/templates/spawner/_portal.tpl index 206d6e18..a6177013 100644 --- a/library/common/templates/spawner/_portal.tpl +++ b/library/common/templates/spawner/_portal.tpl @@ -114,10 +114,13 @@ {{- if eq $port "80" -}} {{- $protocol = "http" -}} {{- end -}} - + + {{/* TODO: Reenable when iX fixes bugs crashing GUI on empty port */}} + {{/* {{- if or ( and ( eq $protocol "https" ) ( eq $port "443" ) ) ( and ( eq $protocol "http" ) ( eq $port "80" ) ) -}} {{- $port = "" -}} {{- end -}} + */}} {{- $port = toString $port -}}