Update guacamole configuration files to modify IMAGE references and enhance TOTP description

This commit is contained in:
gyurix
2025-05-01 10:40:13 +02:00
parent 70825a2299
commit e3df2a911b
3 changed files with 7 additions and 4 deletions

View File

@@ -34,6 +34,9 @@
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"
}, },
{
"PROXY_PATH": "/guacamole"
},
{ {
"OPERATION": "CREATE" "OPERATION": "CREATE"
} }

View File

@@ -86,7 +86,7 @@
"POST_START": "null" "POST_START": "null"
}, },
{ {
"IMAGE": "guacamole/guacd", "IMAGE": "safebox/guacamole-server:1.6",
"UPDATE": "true", "UPDATE": "true",
"NAME": "guacd-app", "NAME": "guacd-app",
"MEMORY": "256M", "MEMORY": "256M",
@@ -118,7 +118,7 @@
"POST_START": "null" "POST_START": "null"
}, },
{ {
"IMAGE": "safebox/guacamole-tomcat", "IMAGE": "safebox/guacamole-tomcat:1.6",
"UPDATE": "true", "UPDATE": "true",
"NAME": "guacamoletomcat", "NAME": "guacamoletomcat",
"ROLES": "backend-www", "ROLES": "backend-www",

View File

@@ -21,9 +21,9 @@
"type": "password" "type": "password"
}, },
{ {
"description": "Do you want TOTP via login?", "description": "Do you want TOTP via login? Please select ture or false ",
"key": "GUACAMOLE_TOTP", "key": "GUACAMOLE_TOTP",
"value": "yes,no", "value": "false,true",
"required": "true", "required": "true",
"type": "select" "type": "select"
}, },