⚠️ Make sure that you have a backup of all data. It is not possible to downgrade afterwards.
This pre-release adds an often requested feature to generate URLs where other people can upload files to the Gokapi instance, similar to Dropbox Request.
A lot has been changed under the hood, so feel free to test this release and please report any bugs or things you would like to see improved/changed. This is not a stable release. Although very low, there is a chance of data corruption, so please do not use this on a production server.
Docker Installation
Use the image gokapi:latest-dev instead of gokapi:latest
Other changes:
- It is now possible to use a custom favicon
- Add deprecation alerts, deprecate DOCKER_NONROOT in favor of
docker --user@spaghetti-coder - Use short-lived tokens instead of user API keys to improve security
- Use browser timezone instead of server timezone for UI
- Added env variable to set a minium password length by @masterbender
- Downloads can be made from the UI without increasing the download counter
- gokapi-cli now supports downloads
- Many small fixes and improvements
Breaking changes:
- API output for FileList has slightly changed
- Chunks must be at least 5MB in size, except the last chunk
- To delete logs, the user has to be an admin now
Full Changelog: v2.1.0...v2.2.0-rc1