From f9bee3dbc3595ef86e730722cbf759404af80ec9 Mon Sep 17 00:00:00 2001 From: thafu Date: Fri, 4 Jul 2025 11:53:26 +0200 Subject: [PATCH] filebrowser update --- filebrowser/template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filebrowser/template.json b/filebrowser/template.json index 2603dd6..8916462 100644 --- a/filebrowser/template.json +++ b/filebrowser/template.json @@ -1,20 +1,20 @@ { "name": "File Browser", - "description":"File Browser is a file management tool that lets you easily browse, upload, and organize files on your server through a simple interface.", + "description":"Filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app.", "fields": [ { - "description": "Your File Browser domain:", + "description": "Domain", "key": "DOMAIN", "value": "", "required": "true" }, { - "description": "File Browser username:", + "description": "Username", "key": "FILEBROWSER_USER", "value": "" }, { - "description": "File Browser password:", + "description": "Password", "key": "FILEBROWSER_PASS", "value": "", "type": "password"