Add filebrowser and guacamole configuration files with required fields and updated service settings
This commit is contained in:
22
filebrowser/template.json
Normal file
22
filebrowser/template.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "filebrowser",
|
||||
"fields": [
|
||||
{
|
||||
"description": "Please add your filebrowser domain:",
|
||||
"key": "FILEBROWSER_DOMAIN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
},
|
||||
{
|
||||
"description": "Please add a username:",
|
||||
"key": "FILEBROWSER_USER",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Please add a password for user:",
|
||||
"key": "FILEBROWSER_PASS",
|
||||
"value": "",
|
||||
"type": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user