Instructions for setting Environment variable

Line 2 of this file instructs the user to set an environment variable in their filebrowser container, but supplies an incorrect name for that variable.

Filebrowser expects environment variables to be prepended with FB_ as per https://filebrowser.org/cli/filebrowser#options and as mentioned by one of the filebrowser contributors over at https://github.com/filebrowser/filebrowser/issues/1557#issuecomment-921756628
This commit is contained in:
Corey 2022-12-25 18:23:35 -08:00 committed by GitHub
commit 367cf8102e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
## Version 2022/09/08
# set this environment variable on your filebrowser container FILEBROWSER_BASEURL=/filebrowser
# set this environment variable on your filebrowser container FB_BASEURL=/filebrowser
location /filebrowser {
return 301 $scheme://$host/filebrowser/;