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.0
Name Modified Size InfoDownloads / Week
Parent folder
filebrowser_2.48.0_checksums.txt 2025-11-17 1.7 kB
linux-armv7-filebrowser.tar.gz 2025-11-17 11.2 MB
windows-amd64-filebrowser.zip 2025-11-17 11.7 MB
darwin-amd64-filebrowser.tar.gz 2025-11-17 11.7 MB
freebsd-amd64-filebrowser.tar.gz 2025-11-17 11.5 MB
linux-386-filebrowser.tar.gz 2025-11-17 11.3 MB
linux-riscv64-filebrowser.tar.gz 2025-11-17 11.1 MB
windows-arm64-filebrowser.zip 2025-11-17 10.9 MB
darwin-arm64-filebrowser.tar.gz 2025-11-17 11.2 MB
freebsd-386-filebrowser.tar.gz 2025-11-17 11.3 MB
windows-386-filebrowser.zip 2025-11-17 11.6 MB
freebsd-arm64-filebrowser.tar.gz 2025-11-17 10.8 MB
linux-armv6-filebrowser.tar.gz 2025-11-17 11.2 MB
windows-armv6-filebrowser.zip 2025-11-17 11.4 MB
windows-armv7-filebrowser.zip 2025-11-17 11.4 MB
linux-amd64-filebrowser.tar.gz 2025-11-17 11.5 MB
linux-arm64-filebrowser.tar.gz 2025-11-17 10.9 MB
linux-armv5-filebrowser.tar.gz 2025-11-17 11.2 MB
windows-armv5-filebrowser.zip 2025-11-17 11.4 MB
README.md 2025-11-17 1.9 kB
v2.48.0 source code.tar.gz 2025-11-17 5.4 MB
v2.48.0 source code.zip 2025-11-17 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
  • --cache-dir --> --cacheDir
  • --token-expiration-time --> --tokenExpirationTime
  • --baseurl --> --baseURL

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

Changelog

  • [f576d3] chore(release): 2.48.0
  • [9bdc67] chore(docs): update CLI documentation
  • [f41585] fix: use all available flags in quick setup
  • [89be0b] refactor: reuse logic for config init and set
  • [8c5dc7] fix: add tokenExpirationTime to config init and troubleshoot docs (#5546)
  • [0a0cb8] feat: consistent flags and environment variables (#5549)
  • [f89435] chore: fix taskfile
Source: README.md, updated 2025-11-17