Skip to content

Commit 367cf81

Browse files
authored
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 filebrowser/filebrowser#1557 (comment)
1 parent 67d5842 commit 367cf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filebrowser.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version 2022/09/08
2-
# set this environment variable on your filebrowser container FILEBROWSER_BASEURL=/filebrowser
2+
# set this environment variable on your filebrowser container FB_BASEURL=/filebrowser
33

44
location /filebrowser {
55
return 301 $scheme://$host/filebrowser/;

0 commit comments

Comments
 (0)