Skip to content

Commit 991946d

Browse files
doc: soften token security note from warning to info admonition
1 parent 052a54b commit 991946d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#### Documentation
3030

3131
- doc: improve token and upgrade documentation, restructure sidebar (#5628 - @brianmay)
32-
- doc: promote token security note to warning admonition in docker/nixos install (#5628 - @JakobLichterfeld)
32+
- doc: promote token security note to info admonition in docker/nixos install (#5628, #5642 - @JakobLichterfeld)
3333
- doc: restructure sidebar by user journey (#5642 - @JakobLichterfeld)
3434

3535
## [4.1.1] - 2026-08-14

website/docs/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Docker
55

66
This document provides the necessary steps for installation of TeslaMate on any system that runs Docker. You run NixOS? We got you covered, see [NixOS install](nixos.md).
77

8-
:::warning
8+
:::info
99
This setup is recommended only if you are running TeslaMate **on your home network**, as otherwise your Tesla API tokens might be at risk.
1010
If you intend to access TeslaMate from the Internet, the recommended way is to use a secure connection (such as a VPN, Cloudflare Tunnel, Tailscale, Zero Tier and a reverse proxy for portless access) for secured access to your TeslaMate instance outside your home network.
1111
Alternatively, you can use a reverse proxy (such as Traefik, Apache2 or Caddy) with appropriate hardening to secure your TeslaMate instance before exposing it to the internet, check out the [advanced guides with Traefik](../advanced_guides/traefik.md) for an example how to use Traefik with TeslaMate. Or you can use the [advanced guides with Apache](../advanced_guides/apache.md) to set up TeslaMate with Apache2, TLS and HTTP Basic Auth.

website/docs/installation/nixos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: NixOS
55

66
This document provides the necessary steps for installation of TeslaMate on [NixOS](https://nixos.org/).
77

8-
:::warning
8+
:::info
99
This setup is recommended only if you are running TeslaMate **on your home network**, as otherwise your Tesla API tokens might be at risk.
1010

1111
If you intend to access TeslaMate from the Internet, the recommended way is to use a secure connection (such as a VPN, Cloudflare Tunnel, Tailscale, Zero Tier and a reverse proxy for portless access like [Caddy](https://nixos.wiki/wiki/Caddy)) for secured access to your TeslaMate instance outside your home network.

0 commit comments

Comments
 (0)