Files
my-umbrel-app-store/my-filebrowser-quantum/data/config/config.yaml
Christiaan Westerbeek 8012cb9aef Nieuwe config
2026-01-11 14:05:12 +01:00

47 lines
1.5 KiB
YAML

server:
port: 80
sources:
- path: "/storage/Drive/home"
name: "Mijn bestanden"
config:
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 password> # if set it will get reset on startup.
methods:
noauth: false # important to disable this!
password:
enabled: true # enable password authentication
minLength: 12 # enforce decent strength
signup: false # disable user self-registration
integrations:
office:
url: "https://onlyoffice.c01242a0-c0cf-4799-a47e-52e891963e28.nl"
secret: "<Plak hier de JWT-secret van OnlyOffice>"
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"