Commit Graph

7 Commits

Author SHA1 Message Date
Adrian Kumpf
0d6e288c70 Encrypt API tokens (#2360)
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.
2022-02-18 17:03:13 +01:00
Adrian Kumpf
b4b33af497 Migrate discrete-panels to native timeline panel 2022-01-21 17:31:38 +01:00
rustikles
7662e3ebe6 Update freebsd.md (#2226)
Additional package dependencies for freebsd installations of teslamate.
2022-01-21 10:52:20 +01:00
Adrian Kumpf
c0e4a0bee4 Update installation guides 2022-01-12 00:14:41 +01:00
Adrian Kumpf
70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +02:00
Iulius
fd66b2c4d2 rc.d script updated (#1712)
adds data model migration to start up
2021-06-15 12:13:00 +02:00
Iulius
493177571f Documentation update: FreeBSD added (#1646)
* Create freebsd.md

Basic instruction how to install Teslamate on FreeBSD

* Small adjustments necessary for FreeBSD reflected

* Add empty line before closing tag

* Add FreeBSD guide to the sidebar

* Move FreeBSD upgrade instruction into separate tab

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-06-04 12:04:04 +02:00