-
Notifications
You must be signed in to change notification settings - Fork 404
Environment Variables
Graham Steffaniak edited this page Jun 21, 2025
·
10 revisions
The preferred configuration method is to use the config.yaml. However, environment variables are available for secrets to specify config, and for developer purposes.
Here is a list of variables:
-
FILEBROWSER_CONFIG: used if valid and no config argument is provided to cli. -
FILEBROWSER_DATABASE: applies toserver.database. -
FILEBROWSER_ADMIN_PASSWORD: applies toauth.adminPassword. -
FILEBROWSER_ONLYOFFICE_SECRET: applies tointegrations.office.secret. -
FILEBROWSER_FFMPEG_PATH: applies tointegrations.media.ffmpegPath. -
FILEBROWSER_OIDC_CLIENT_ID: applies toauth.methods.oidc.clientId. -
FILEBROWSER_OIDC_CLIENT_SECRET: applies toauth.methods.oidc.clientSecret. -
FILEBROWSER_JWT_TOKEN_SECRET: applies toauth.key -
FILEBROWSER_TOTP_SECRET: applies toauth.totpSecret -
FILEBROWSER_RECAPTCHA_SECRET: applies toauth.methods.password.recaptcha.secret