v0.6.6-beta
·
1 commit
to e25d68577dc1de53fcc9b7a20a7483f6ab207eb8
since this release
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.maxArchiveSizeon 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.cacheDirto determine where temp files are stored. - automatically ensures leading slash for scope
BugFixes: