aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 4a023a1..a07e47c 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -72,4 +72,12 @@ 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
75For Ping you need an API-Key which you have to store at the item in the field `apikey`. 75For Ping you need to set the type to Ping and provide a URL.
76```yaml
77items:
78 - name: "Awesome app"
79 type: Ping
80 logo: "assets/tools/sample.png"
81 subtitle: "Bookmark example" tag: "app"
82 url: "https://www.reddit.com/r/selfhosted/"
83```