github gtsteffaniak/filebrowser v0.6.6-beta

latest releases: v0.8.4-beta, v0.8.3-beta, v0.8.2-beta...
5 months ago

What's Changed

Warning

A temp directory is now required for archive creation. By default, a tmp dir is created -- can be adjusted with server.cacheDir. If you are using an atypical user or running in an atypical environment, make sure the user that executes binary has access to create a tmp directory -- or mount/create a temp directory beforehand with the correct permissions.

New Feature:

  • limit tar size creation to limit server burden. For example, don't let customers try to download the entire filesystem as a zip. see server.maxArchiveSize on config wiki.

Notes:

  • disableUsedPercentage also hides text and source bar.
  • share errors show up in logs in more verbose way.
  • archive creation occurs on disk rather than in memory, use server.cacheDir to determine where temp files are stored.
  • automatically ensures leading slash for scope

BugFixes:

  • fix proxy user creation issue #478
  • externalUrl prefix issue fixed for shares. #465
  • fix File Opens Instead of Just Downloading #480
  • fix Download file name #481 Changelog**:

v0.6.5-beta...v0.6.6-beta

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.