Commit Graph

23 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
2abc022dd7 Print system info at startup 2021-05-03 13:11:30 +02:00
Adrian Kumpf
ab7556e8af Allow to use non-standard MQTT ports 2021-01-03 22:40:07 +01:00
Adrian Kumpf
60631907ef Replace mojito with finch 2020-05-14 14:11:20 +02:00
Adrian Kumpf
155a135d51 Upgrade to phoenix 1.5 2020-04-23 12:51:15 +02:00
Adrian Kumpf
711c5e8813 Check for available updates 2020-04-02 16:35:12 +02:00
Adrian Kumpf
a36fb8d66c Remove option to disable sleep mode 2020-04-02 16:33:33 +02:00
Adrian Kumpf
f61315cb10 Implement TeslaFi import
Closes #316
2020-02-07 13:21:05 +01:00
Adrian Kumpf
38486d69a3 Bump phoenix_live_view to 0.6.0 2020-01-24 14:08:47 +01:00
Adrian Kumpf
91ea9a2c1e Log version at startup 2019-12-22 14:49:22 +01:00
Adrian Kumpf
08b72d4e43 Rename module 2019-11-24 14:00:50 +01:00
Adrian Kumpf
f51c2937c6 Cache location-based information 2019-11-24 14:00:50 +01:00
Adrian Kumpf
be82d3b2f6 Automatically repair drives & charges w/o addresses
Resolves #239
2019-11-16 12:24:19 +01:00
Adrian Kumpf
93033ee0ff Add mapping provider 2019-08-28 12:48:05 +02:00
Adrian Kumpf
aa1603febc Persist suspend settings 2019-08-12 23:48:16 +02:00
Adrian Kumpf
b8bd368c47 Replace node-sass with sass to speed up compilation 2019-07-26 19:14:11 +02:00
Adrian Kumpf
ba2dc6eec1 Start the Endpoint after loading vehicles 2019-07-23 19:42:26 +02:00
Adrian Kumpf
ee82b4f734 Add feature flags for MQTT and Logging 2019-07-21 17:06:57 +02:00
Adrian Kumpf
0e7f37c991 Lookup start & end addresses when closing a trip 2019-04-15 17:23:38 +02:00
Adrian Kumpf
8876f762c1 Add Addresses 2019-04-15 15:27:36 +02:00
Adrian Kumpf
bdf067784a Publish summaries via MQTT 2019-04-14 17:41:51 +02:00
Adrian Kumpf
0d9126c77f Publish state changes via Phoenix.PubSub 2019-04-13 19:24:30 +02:00
Adrian Kumpf
76208a456c Rename otp app 2019-04-07 13:42:51 +02:00