Download Latest Version freebsd-386-filebrowser.tar.gz (11.3 MB)
Email in envelope

Get an email when there's a new version of File Browser

Home / v2.48.2
Name Modified Size InfoDownloads / Week
Parent folder
filebrowser_2.48.2_checksums.txt 2025-11-18 1.7 kB
freebsd-arm64-filebrowser.tar.gz 2025-11-18 10.8 MB
linux-riscv64-filebrowser.tar.gz 2025-11-18 11.1 MB
windows-armv7-filebrowser.zip 2025-11-18 11.4 MB
linux-arm64-filebrowser.tar.gz 2025-11-18 10.9 MB
linux-armv6-filebrowser.tar.gz 2025-11-18 11.2 MB
windows-386-filebrowser.zip 2025-11-18 11.6 MB
darwin-arm64-filebrowser.tar.gz 2025-11-18 11.2 MB
linux-armv7-filebrowser.tar.gz 2025-11-18 11.2 MB
windows-armv5-filebrowser.zip 2025-11-18 11.4 MB
windows-armv6-filebrowser.zip 2025-11-18 11.4 MB
freebsd-386-filebrowser.tar.gz 2025-11-18 11.3 MB
linux-386-filebrowser.tar.gz 2025-11-18 11.3 MB
linux-amd64-filebrowser.tar.gz 2025-11-18 11.5 MB
windows-arm64-filebrowser.zip 2025-11-18 10.9 MB
darwin-amd64-filebrowser.tar.gz 2025-11-18 11.7 MB
freebsd-amd64-filebrowser.tar.gz 2025-11-18 11.5 MB
linux-armv5-filebrowser.tar.gz 2025-11-18 11.3 MB
windows-amd64-filebrowser.zip 2025-11-18 11.7 MB
README.md 2025-11-18 2.7 kB
v2.48.2 source code.tar.gz 2025-11-18 5.4 MB
v2.48.2 source code.zip 2025-11-18 5.5 MB
Totals: 22 Items   214.3 MB 0

Flags and Environment Variables Improvements

  • In the root command (filebrowser), all flags are now correctly available as environmental variables, except for --config flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly.
  • When performing quick setup, all flags should be taken into account.
  • All configuration options that are available as flags should now properly update the configuration when using the config init and config set commands.
  • Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work:
  • --dir-mode --> --dirMode
  • --hide-login-button --> --hideLoginButton
  • --create-user-dir --> --createUserDir
  • --minimum-password-length --> --minimumPasswordLength
  • --socket-perm --> --socketPerm
  • --disable-thumbnails --> --disableThumbnails
  • --disable-preview-resize --> --disablePreviewResize
  • --disable-exec --> --disableExec
  • --disable-type-detection-by-header --> --disableTypeDetectionByHeader
  • --img-processors --> --imageProcessors (environment variable changed from FB_IMG_PROCESSORS to FB_IMAGE_PROCESSORS)
  • --cache-dir --> --cacheDir
  • --token-expiration-time --> --tokenExpirationTime
  • --baseurl --> --baseURL (environment variable changed from FB_BASEURL to FB_BASE_URL)

[!IMPORTANT]

A bug has been squashed where the flag values (and their defaults) were always being used on runtime for enabling and disabling certain features. This meant that enabling and disabling these settings via filebrowser config set had no effect. This is now fixed.

As a consequence, some users may notice that some of the features they previously had enabled are now disabled, and vice-versa. This bug pertained the following features: thumbnails, resize of image previews, type detection by header sniffing, and command execution.

You can permanently configure these features using filebrowser config set. For example, to enable thumbnails, run filebrowser config set --disableThumbnails=false.

If some flag or environment variable is not working as intended, or if some option is not working, please report a bug.

Changelog

  • [c284de] chore(release): 2.48.2
  • [984ea7] fix: add transitionary support for FB_BASEURL
  • [fd7b70] refactor: rename python for clarification
  • [13e3b4] chore(deps): update all non-major dependencies (#5560)
Source: README.md, updated 2025-11-18