Update guacamole configuration files to modify IMAGE references and enhance TOTP description
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
{
|
||||
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
|
||||
},
|
||||
{
|
||||
"PROXY_PATH": "/guacamole"
|
||||
},
|
||||
{
|
||||
"OPERATION": "CREATE"
|
||||
}
|
||||
|
@@ -86,7 +86,7 @@
|
||||
"POST_START": "null"
|
||||
},
|
||||
{
|
||||
"IMAGE": "guacamole/guacd",
|
||||
"IMAGE": "safebox/guacamole-server:1.6",
|
||||
"UPDATE": "true",
|
||||
"NAME": "guacd-app",
|
||||
"MEMORY": "256M",
|
||||
@@ -118,7 +118,7 @@
|
||||
"POST_START": "null"
|
||||
},
|
||||
{
|
||||
"IMAGE": "safebox/guacamole-tomcat",
|
||||
"IMAGE": "safebox/guacamole-tomcat:1.6",
|
||||
"UPDATE": "true",
|
||||
"NAME": "guacamoletomcat",
|
||||
"ROLES": "backend-www",
|
||||
|
@@ -21,9 +21,9 @@
|
||||
"type": "password"
|
||||
},
|
||||
{
|
||||
"description": "Do you want TOTP via login?",
|
||||
"description": "Do you want TOTP via login? Please select ture or false ",
|
||||
"key": "GUACAMOLE_TOTP",
|
||||
"value": "yes,no",
|
||||
"value": "false,true",
|
||||
"required": "true",
|
||||
"type": "select"
|
||||
},
|
||||
|
Reference in New Issue
Block a user