mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
doc: remove outdated, unsupported, unmaintained portainer doc (#3972)
* doc:remove outdated, unmaintained portainer doc * doc: Remove unmaintained Portainer documentation * doc: update changelog
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
#### Documentation
|
||||
|
||||
- doc: remove outdated, unsupported, unmaintained portainer doc (#3972 - @JakobLichterfeld)
|
||||
|
||||
## [1.29.2]
|
||||
|
||||
This release improve TeslaMate behavior on Tesla API rate limits, which occur from time to time. We respect the retry-after header on 429 response code to not hammer the API unnecessarily in these cases.
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
---
|
||||
title: Web based management of your docker installation
|
||||
---
|
||||
|
||||
To manage your docker installation of TeslaMate you could use the open-source management UI [portainer](https://portainer.io).
|
||||
|
||||
## Installation
|
||||
|
||||
Add a new `portainer` service and a `portainer-data` volume to your `docker-compose.yml`:
|
||||
|
||||
```yml docker-compose.yml {4-12,15}
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
command: -H unix:///var/run/docker.sock
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer-data:/data
|
||||
|
||||
volumes:
|
||||
portainer-data:
|
||||
```
|
||||
|
||||
Afterwards, access the docker management console at http://yourhost:9000.
|
||||
|
||||
:::caution
|
||||
Exposing the docker socket (`docker.sock`) is a security risk. Giving an application access to it is equivalent to giving a unrestricted root access to your host. For more information see [OWASP: Do not expose the Docker daemon socket](https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html#rule-1---do-not-expose-the-docker-daemon-socket-even-to-the-containers).
|
||||
:::
|
||||
@@ -19,7 +19,7 @@ module.exports = {
|
||||
{
|
||||
type: "category",
|
||||
label: "Guides",
|
||||
items: ["guides/traefik", "guides/apache", "guides/portainer", "guides/unix_domain_sockets"],
|
||||
items: ["guides/traefik", "guides/apache", "guides/unix_domain_sockets"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
||||
Reference in New Issue
Block a user