Releases: PeeK1e/file-drop
Releases · PeeK1e/file-drop
v2.2.1
New:
- Added Helmchart for k8s deployment
- hardened Docker images
- added a migrations container running migrations and initialising on first startup
- migrations container also can work with already running instances hence no breaking changes
Fixed some issues with the nginx and web containers in the docker compose
Full Changelog: v2.2.0...v2.2.1
v2.0.0
1.3.0
The Webclient is now a seperate component that can be disabled and is not needed for the API to work.
The API also only handles calls to it's respective endpoints.
Added a docker-compose file with an nginx configuration which allows you to bypass cors exceptions when developing locally.
Cleaned up a lot of environment code which only cause noise.
Implemented an environment package handling the reading of the ENV_VARS.