aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md11
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
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
77```yaml
78items:
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```