Add filebrowser and guacamole configuration files with required fields and updated service settings

This commit is contained in:
gyurix
2025-04-24 23:09:56 +02:00
parent fc00642e4e
commit 93e12ecc79
10 changed files with 423 additions and 77 deletions

22
filebrowser/template.json Normal file
View 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"
}
]
}