diff --git a/guacamole/template.json b/guacamole/template.json index 617da37..13a7cfa 100644 --- a/guacamole/template.json +++ b/guacamole/template.json @@ -1,34 +1,35 @@ { "name": "guacamole", + "description": "Apache Guacamole is a remote desktop gateway that allows secure access to desktops and servers through a web browser without plugins or software on the client side..", "fields": [ { - "description": "Please add Guacamole domain:", + "description": "Your Guacamole domain:", "key": "DOMAIN", "value": "", "required": "true" }, { - "description": "Please add Guacamole admin username:", + "description": "Guacamole username:", "key": "GUACAMOLE_USERNAME", "value": "", "required": "true" }, { - "description": "Please add Guacamole admin password:", + "description": "Guacamole password:", "key": "GUACAMOLE_PASSWORD", "value": "", "required": "true", "type": "password" }, { - "description": "Do you want TOTP via login? Please select ture or false ", + "description": "TOTP authentication (Select true or false)", "key": "GUACAMOLE_TOTP", "value": "false,true", "required": "true", "type": "select" }, { - "description": "Do you want limitation in case invalid login or password? Please add a number how many minutes for deny retry. If you add 0 means it will disabled.", + "description": "Timeout after failed login attempt(min.)(0 to disable)", "key": "GUACAMOLE_BAN_DURATION", "value": "5" },