Files
my-umbrel-app-store/my-filebrowser-quantum/data/config/config.yaml
2026-01-11 11:31:07 +01:00

26 lines
895 B
YAML

server:
port: 80
sources:
- path: "/storage"
name: "storage"
config:
defaultEnabled: false # Critical: prevents new users from seeing everything
createUserDir: true # Auto-creates /storage/<username> folder on first login
defaultUserScope: "/<username>" # Each user starts scoped to their own folder
externalUrl: "https://filebrowser-quantum.c01242a0-c0cf-4799-a47e-52e891963e28.nl"
auth:
adminUsername: admin
adminPassword: admin # 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>"