Move config file
This commit is contained in:
46
my-filebrowser-quantum/data/config.yaml
Normal file
46
my-filebrowser-quantum/data/config.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user