Skip to content

Releases: PeeK1e/file-drop

v2.2.1

05 Jul 20:21
Compare
Choose a tag to compare

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

08 Jun 21:59
Compare
Choose a tag to compare

Restructure into proper go packaging and modules.

Made db package more understandable.

Created config package which handles CLI flags and ENV vars see README for more info.

1.3.0

18 Feb 23:00
Compare
Choose a tag to compare

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.