From 367cf8102ee82da3207261dd100d4318c004bc9e Mon Sep 17 00:00:00 2001 From: Corey <39365396+coreyaboy@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:23:35 -0800 Subject: [PATCH 1/2] 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 --- filebrowser.subfolder.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser.subfolder.conf.sample b/filebrowser.subfolder.conf.sample index 64893e4..a17d272 100644 --- a/filebrowser.subfolder.conf.sample +++ b/filebrowser.subfolder.conf.sample @@ -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/; From 2cd7a0b6263d25258d97a8e01d720be0e72949f2 Mon Sep 17 00:00:00 2001 From: Corey <39365396+coreyaboy@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:51:24 -0800 Subject: [PATCH 2/2] updating version date updating the version date because I previously forgot to --- filebrowser.subfolder.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser.subfolder.conf.sample b/filebrowser.subfolder.conf.sample index a17d272..8301821 100644 --- a/filebrowser.subfolder.conf.sample +++ b/filebrowser.subfolder.conf.sample @@ -1,4 +1,4 @@ -## Version 2022/09/08 +## Version 2022/12/25 # set this environment variable on your filebrowser container FB_BASEURL=/filebrowser location /filebrowser {