From 65ab3cfea9fcc1777a5e24a10f982b9fc5f8451f Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 24 Apr 2026 00:39:37 +0000 Subject: [PATCH] cleaned up config --- filebrowser/data/config.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/filebrowser/data/config.yaml b/filebrowser/data/config.yaml index cd05f53..f605241 100644 --- a/filebrowser/data/config.yaml +++ b/filebrowser/data/config.yaml @@ -2,18 +2,10 @@ server: database: "data/database.db" cacheDir: "data/tmp" sources: - - path: "/files" - name: Home - config: - defaultUserScope: "/users/" # new users will get created in /users/ - 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 - 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 + name: storage + config: + defaultEnabled: true maxArchiveSize: 50 # maxiumum pre-archive size users are allowed to download at once. auth: tokenExpirationHours: 2 @@ -21,6 +13,4 @@ auth: password: enabled: true minLength: 5 - signup: true - adminUsername: admin - adminPassword: admin # remove this after first startup if you want to change this password manually. + signup: false