diff --git a/docs/customservices.md b/docs/customservices.md index 545035a..f35e275 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -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.