diff options
-rw-r--r-- | docs/customservices.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 4a023a1..f79428f 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -72,4 +72,13 @@ For Paperless you need an API-Key which you have to store at the item in the fie | |||
72 | 72 | ||
73 | ## Ping | 73 | ## Ping |
74 | 74 | ||
75 | For Ping you need an API-Key which you have to store at the item in the field `apikey`. | 75 | For Ping you need to set the type to Ping and provide a url. |
76 | |||
77 | ```yaml | ||
78 | items: | ||
79 | - name: "Awesome app" | ||
80 | type: Ping | ||
81 | logo: "assets/tools/sample.png" | ||
82 | subtitle: "Bookmark example" tag: "app" | ||
83 | url: "https://www.reddit.com/r/selfhosted/" | ||
84 | ``` | ||