Update guacamole configuration to change target and port settings for improved service routing

This commit is contained in:
gyurix
2025-04-25 15:00:04 +02:00
parent 518da01343
commit d2b5c23f29
2 changed files with 4 additions and 4 deletions

View File

@@ -23,10 +23,10 @@
"PROXY": "smarthostloadbalancer" "PROXY": "smarthostloadbalancer"
}, },
{ {
"TARGET": "homeassistant" "TARGET": "guacamoletomcat"
}, },
{ {
"PORT": "80" "PORT": "8080"
}, },
{ {
"DOMAIN": "#GUACAMOLE_DOMAIN" "DOMAIN": "#GUACAMOLE_DOMAIN"

View File

@@ -52,13 +52,13 @@
"SOURCE": "smarthostbackend" "SOURCE": "smarthostbackend"
}, },
{ {
"TARGET": "guacamole" "TARGET": "guacamoletomcat"
}, },
{ {
"TYPE": "tcp" "TYPE": "tcp"
}, },
{ {
"TARGET_PORT": "80" "TARGET_PORT": "8080"
}, },
{ {
"COMMENT": "proxy for guacamole" "COMMENT": "proxy for guacamole"