server: port: 80 database: "data/database.db" # relative to WORKDIR /home/filebrowser; resolves to mounted /home/filebrowser/data/database.db 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: adminadminadmin # Let op dat die niet minder is dan 12 tekens lang, anders werkt admin inloggen niet! 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: "" userDefaults: editorQuickSave: true # show quick save button in editor singleClick: true # open directory on single click, also enables middle click to open in new tab permissions: api: false # allow api access admin: false # allow admin access modify: true # allow modifying files share: true # allow sharing files realtime: true # allow realtime updates delete: true # allow deleting files create: true # allow creating or uploading files download: true # allow downloading files 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"