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 ## Ping -For Ping you need an API-Key which you have to store at the item in the field `apikey`. +For Ping you need to set the type to Ping and provide a url. + +```yaml +items: + - name: "Awesome app" + type: Ping + logo: "assets/tools/sample.png" + subtitle: "Bookmark example" tag: "app" + url: "https://www.reddit.com/r/selfhosted/" +```