We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451b1ac + b2f6da0 commit c7dc6bfCopy full SHA for c7dc6bf
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
73
## Ping
74
75
-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.
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
+```
0 commit comments