* 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 7f84b1c99a.
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
* Fix overlapping timestamps in Discrete map
Fix overlapping timestamps in Discrete map of state changes by adding 1 second to start times for charging_processes, drives and updates tables.
* Update traefik.md
Edited to show how to configure with a single public hostname instead of two as in the original guide.
* Lowercase header key
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
* adding swedish translation
* adding comments from endlish errors.po
* adding new translations for swedish
* fix#524 of adriankumpf/teslamate
* adding translation for geo-fence in swedish
* fixing translation of charge limit in swedish
* fixiing translation of mileage in swedish
* Fix typos
* adding swedish translations
* adjustment of swedish translation suggested by Thomas Hennig
* MQTT_HOST default should be 127.0.0.1 for screen, as in systemd
* adding drop_cap to traefik example, which all other guides have
* removing quotation marks around ports for portainer
* adjusting volumes for portainer to match other guides
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>