Releases: Forceu/Gokapi
v1.3.1
v1.3.0
Upgrading
- If you would like to use native SSL, please pass the environment variable
GOKAPI_USE_SSL
on first start after the update or manually edit the configuration file - AWS S3 and Backblaze B2 can now be used instead of local storage! Please refer to the documentation on how to set it up.
Changelog
- Added cloudstorage support (AWS S3 / Backblaze B2)
- After changing password, all sessions will be logged out
- Fixed terminal input on Windows
- Added SSL support
- Documentation now hosted on ReadTheDocs
Different release versions
We now offer either a full
and a noaws
version. The full
version contains open-source code from Amazon for connecting to their API, however also significantly increases the final size (around 35-40%). In the noaws
version you can only store files on your local storage.
v1.2.0
Changelog
- Fixed Docker images
- Added API
- Added header to prevent caching by browser / proxy
- Fixed upload timeout
- Added timeouts for server
- Added header to show download progress
- Prevent data races
- Cleanup routine does not delete files anymore while they are being downloaded
- Fixed that env
LENGTH_ID
was being ignored - Show message if docker container is run on initial setup without
-it
- A lot of refactoring and minor improvements / bug fixes
v1.1.3
Important notice
A developer version between v1.1.2 and v1.1.3 introduced a bug that prevented the usage of salts for hashing passwords! If you have only been using the regular releases, this notice does not apply to you.
If you created your admin account with a developer version of v1.1.2 or changed the password in a developer version of v1.1.2, you will need to run the following command: ./gokapi --reset-pw
. You can enter the same password again. If you skip this step, you will be unable to login.
Files that have been password-protected with a developer version of v1.1.2 need to be uploaded again.
Changelog
- Fixed bug where salts were not used anymore for password hashing
- Added hotlinking for image files
- Added logout button