From 84fdfe700863383cb16ac05e0cb3540c0ee21aad Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 24 Apr 2026 00:31:27 +0000 Subject: [PATCH] named sources --- filebrowser/data/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filebrowser/data/config.yaml b/filebrowser/data/config.yaml index 3c2fced..cd05f53 100644 --- a/filebrowser/data/config.yaml +++ b/filebrowser/data/config.yaml @@ -9,8 +9,9 @@ server: defaultEnabled: true # new users automatically get access to the source createUserDir: true # a user "bill" will see files from /files/users/bill - path: "/home/filebrowser" # mount the docker home folder for convenience - - path: "/storage" name: Backend + - path: "/storage" + name: Storage # Add your sources here. #externalUrl: 'https://:8900' # if you plan to share externally, share links will be generated with this url maxArchiveSize: 50 # maxiumum pre-archive size users are allowed to download at once.