* Upgrade PostgreSQL to v16
Just tested, and seems to work!
* also add `pg_dumpall` as default command for backup
* revert pg_dumpall
* further version change
* further version change
* Replace `docker-compose` commands with `docker compose`
* Use official and up to date documentation for Docker and Compose installation
* Revert IDE automatic style changes
* Fix a dash from merging the upstream
Store API tokens encrypted in the database.
During the database migration a randomly generated key will be used encrypt the tokens if no ENCRYPTION_KEY environment variable was provided.
If the application is started without the presence of an ENCRYPTION_KEY (or if the key failed to decrypt the existing tokens), the UI will display a warning with further instructions.
* using ubuntu-latest instead of ubuntu-18.04
* appending -alpine to postgres
on workflow and in documentations
* Revert "using ubuntu-latest instead of ubuntu-18.04"
This reverts commit 7f84b1c99a6c25141b3f83034b67aa5a25ad3349.
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>