MyGit

v1.27.0

teslamate-org/teslamate

版本发布时间: 2022-07-15 18:26:08

teslamate-org/teslamate最新发布版本:v1.28.5(2024-03-25 16:55:09)

🔓 Encryption of API tokens

To ensure that the Tesla API tokens are stored securely, an encryption key must be provided via the ENCRYPTION_KEY environment variable.

If you use a docker-compose.yml file to run TeslaMate, add a line with the ENCRYPTION_KEY to the environment section or check out the updated installation guiddes on docs.teslamate.org:

services:
  teslamate:
    image: teslamate/teslamate:latest
    environment:
      - ENCRYPTION_KEY=your_secret_encryption_key
      # ...

If no ENCRYPTION_KEY environment variable is provided when running the database migrations a randomly generated key will be set for you to encrypt the tokens. In that case, a warning with further instructions will be displayed.

Improvements and Bug Fixes

Dashboards

Translations

Documentation

New Contributors

Full Changelog: https://github.com/adriankumpf/teslamate/compare/v1.26.1...v1.27.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-07-15发行的版本