mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
doc: remove update steps in installation instructions and link to maintenance section
This commit is contained in:
@@ -3,7 +3,7 @@ title: Docker install
|
||||
sidebar_label: Docker
|
||||
---
|
||||
|
||||
This document provides the necessary steps for installation of TeslaMate on a any system that runs Docker. For a walkthrough that provides the necessary steps for manual installation see [Manual Install](debian.md).
|
||||
This document provides the necessary steps for installation of TeslaMate on any system that runs Docker. For a walkthrough that provides the necessary steps for manual installation see [Manual installation](debian.md).
|
||||
|
||||
This setup is recommended only if you are running TeslaMate **on your home network**, as otherwise your Tesla API tokens might be at risk. If you intend to expose TeslaMate directly to the internet check out the [advanced guides](../guides/traefik.md).
|
||||
|
||||
@@ -88,14 +88,9 @@ This setup is recommended only if you are running TeslaMate **on your home netwo
|
||||
## Usage
|
||||
|
||||
1. Open the web interface [http://your-ip-address:4000](http://localhost:4000)
|
||||
2. Sign in with your Tesla account
|
||||
2. Sign in with your Tesla Account
|
||||
3. The Grafana dashboards are available at [http://your-ip-address:3000](http://localhost:3000). Log in with the default user `admin` (initial password `admin`) and enter a secure password.
|
||||
|
||||
## [Update](../upgrading.mdx)
|
||||
|
||||
To update the running TeslaMate configuration to the latest version, run the following commands:
|
||||
|
||||
```bash
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
To update the running TeslaMate configuration to the latest version, follow: [Upgrading to a new version](../maintenance/upgrading.mdx)
|
||||
|
||||
Reference in New Issue
Block a user