Added documentation for the services

pull/888/merge
Marco Kreeft 2025-03-30 16:24:06 +02:00 committed by Bastien Wirtz
parent 1ecbef0aca
commit 5c4b5e805e
1 changed files with 25 additions and 0 deletions

View File

@ -105,6 +105,18 @@ Configuration example:
clipboard: "this text will be copied to your clipboard"
```
## Docker Socker Proxy
This service display the number of running, stopped and containers that have errors.
It calls the API of DOcker Socket Proxy
```yaml
- name: Docker
type: "DockerSocketProxy"
endpoint: "http://192.168.0.151:2375"
```
## Docuseal
This service displays a version string instead of a subtitle. Example configuration:
@ -479,6 +491,19 @@ This card checks if the target link is available. All you need is to set the `ty
# updateInterval: 5000 # (Optional) Interval (in ms) for updating ping status
```
## Plex
This card shows the current active streams and the number of movies and series that this Plex instance has.
```yaml
- name: Plex
type: "Plex"
logo: "assets/tools/sample.png"
token: "<---insert-plex-token-here--->" # see here how to get the plex token: https://www.plexopedia.com/plex-media-server/general/plex-token/
url: "http://192.168.0.151:32400/web"
endpoint: "http://192.168.0.151:32400"
```
## Portainer
This service displays info about the total number of containers managed by your Portainer instance.