mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
Filebrowser
Filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.
You can configure further the settings by using Environment Variables.
See Filebrowser Documentation for more information.
Use the format FB_OPTION_NAME where the option name is the name of the option you want to set.
You can also edit the configuration file /config/filebrowser.json.
Note that the following options are already set and will always take precedence over the environment variables and the configuration file:
FB_ROOT/--rootis set to/data(Any additional volume mounted will be under this directory)FB_PORT/--portis set to30044(Or the port you configured in the installation wizard)FB_ADDRESS/--addressis set to0.0.0.0(It will listen on all interfaces inside the container)FB_DATABASE/--databaseis set to/config/filebrowser.dbFB_CONFIG/--configis set to/config/filebrowser.json
Also when a certificate is selected
FB_CERT/--certis set to/config/certs/tls.crtFB_KEY/--keyis set to/config/certs/tls.key