aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorSean Kelly <xconverge@users.noreply.github.com>2021-10-06 09:16:17 -0700
committerGitHub <noreply@github.com>2021-10-06 09:16:17 -0700
commite58461ffe38cf38b6931f28d406e00daa8f7cd33 (patch)
treeb33676a5c71a1d4353430ead308fdfc9d6cd38d1 /docs
parent451b1ac62450fb2c4f8e2382bcf422bb7a434700 (diff)
downloadhomer-e58461ffe38cf38b6931f28d406e00daa8f7cd33.tar.gz
homer-e58461ffe38cf38b6931f28d406e00daa8f7cd33.tar.zst
homer-e58461ffe38cf38b6931f28d406e00daa8f7cd33.zip
Update customservices readme for ping
Fixes #249 Would be improved with https://github.com/bastienwirtz/homer/pull/255
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```