Update guacamole configuration to change target and port settings for improved service routing
This commit is contained in:
@@ -23,10 +23,10 @@
|
|||||||
"PROXY": "smarthostloadbalancer"
|
"PROXY": "smarthostloadbalancer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"TARGET": "homeassistant"
|
"TARGET": "guacamoletomcat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PORT": "80"
|
"PORT": "8080"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DOMAIN": "#GUACAMOLE_DOMAIN"
|
"DOMAIN": "#GUACAMOLE_DOMAIN"
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user