aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-10-06 12:42:22 -0700
committerGitHub <noreply@github.com>2021-10-06 12:42:22 -0700
commitc7dc6bfd0d73f803914092593d440d8b27e2c851 (patch)
tree9b3d7bad2d4ccaafb1542992a27f156692961a28
parent451b1ac62450fb2c4f8e2382bcf422bb7a434700 (diff)
parentb2f6da03829fb7cff4df3e2a9af5f6675fd0ae42 (diff)
downloadhomer-c7dc6bfd0d73f803914092593d440d8b27e2c851.tar.gz
homer-c7dc6bfd0d73f803914092593d440d8b27e2c851.tar.zst
homer-c7dc6bfd0d73f803914092593d440d8b27e2c851.zip
Merge pull request #304 from xconverge/patch-1
Update Ping entry in 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```