]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #304 from xconverge/patch-1
authorBastien Wirtz <bastien.wirtz@gmail.com>
Wed, 6 Oct 2021 19:42:22 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 19:42:22 +0000 (12:42 -0700)
Update Ping entry in docs

docs/customservices.md

index 4a023a145fdf8cd3c18cc9b69b516679e34e0f7c..f79428fc7afa6898f1aee579ecf2982a39583622 100644 (file)
@@ -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/" 
+```