From 8012cb9aef8cf2318f10ed7add166b22eb16d33a Mon Sep 17 00:00:00 2001 From: Christiaan Westerbeek Date: Sun, 11 Jan 2026 14:05:12 +0100 Subject: [PATCH] Nieuwe config --- .../data/config/config.yaml | 33 +++++++++++++++---- my-filebrowser-quantum/docker-compose.yml | 5 ++- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/my-filebrowser-quantum/data/config/config.yaml b/my-filebrowser-quantum/data/config/config.yaml index 44c31bb..e36c423 100644 --- a/my-filebrowser-quantum/data/config/config.yaml +++ b/my-filebrowser-quantum/data/config/config.yaml @@ -1,17 +1,20 @@ server: port: 80 sources: - - path: "/storage" - name: "storage" + - path: "/storage/Drive/home" + name: "Mijn bestanden" config: - defaultEnabled: false # Critical: prevents new users from seeing everything - createUserDir: true # Auto-creates /storage/ folder on first login - defaultUserScope: "/" # Each user starts scoped to their own folder + defaultEnabled: true + createUserDir: true + - path: "/storage/Drive/shared" + name: "Gezin" + config: + defaultEnabled: true externalUrl: "https://filebrowser-quantum.c01242a0-c0cf-4799-a47e-52e891963e28.nl" auth: adminUsername: admin - adminPassword: admin # if set it will get reset on startup. + adminPassword: # if set it will get reset on startup. methods: noauth: false # important to disable this! password: @@ -23,3 +26,21 @@ integrations: office: url: "https://onlyoffice.c01242a0-c0cf-4799-a47e-52e891963e28.nl" secret: "" + +frontend: + name: "Home Drive" + description: "Zoals Google Drive maar dan zelfgehost" + favicon: "/path/to2/favicon.png" + externalLinks: + - text: "🏞️ Immich" + title: "Ons eigen Google Photos alternatief" + url: "https://immich.c01242a0-c0cf-4799-a47e-52e891963e28.nl" + - text: "📽️ Videos bewerken" + title: "Zelf video's bewerken" + url: "https://omnitools.c01242a0-c0cf-4799-a47e-52e891963e28.nl/categories/video" + - text: "📝 Notities" + title: "Ons eigen Google Keep alternatief" + url: "https://blinko.c01242a0-c0cf-4799-a47e-52e891963e28.nl" + - text: "📐 Tekenen" + title: "Ons eigen Google Keep alternatief" + url: "https://draw.c01242a0-c0cf-4799-a47e-52e891963e28.nl" diff --git a/my-filebrowser-quantum/docker-compose.yml b/my-filebrowser-quantum/docker-compose.yml index b8b38b6..32b47a5 100644 --- a/my-filebrowser-quantum/docker-compose.yml +++ b/my-filebrowser-quantum/docker-compose.yml @@ -10,6 +10,5 @@ services: image: ghcr.io/gtsteffaniak/filebrowser:1.1.0-stable@sha256:3db0a5ebde84ff1de72c93f776495089e79f3e710e931687c1a720c162e32a20 restart: on-failure volumes: - - ${UMBREL_ROOT}/data/storage:/storage - - ${APP_DATA_DIR}/data/database:/home/filebrowser/database - - ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml + - ${UMBREL_ROOT}/data/storage:/storage # your files (unchanged, good) + - ${APP_DATA_DIR}/data:/home/filebrowser/data # single mount for config + database + cache/tmp