diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-06 12:42:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 12:42:22 -0700 |
commit | c7dc6bfd0d73f803914092593d440d8b27e2c851 (patch) | |
tree | 9b3d7bad2d4ccaafb1542992a27f156692961a28 /docs | |
parent | 451b1ac62450fb2c4f8e2382bcf422bb7a434700 (diff) | |
parent | b2f6da03829fb7cff4df3e2a9af5f6675fd0ae42 (diff) | |
download | homer-c7dc6bfd0d73f803914092593d440d8b27e2c851.tar.gz homer-c7dc6bfd0d73f803914092593d440d8b27e2c851.tar.zst homer-c7dc6bfd0d73f803914092593d440d8b27e2c851.zip |
Merge pull request #304 from xconverge/patch-1
Update Ping entry in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 11 |
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 | ||
75 | For Ping you need an API-Key which you have to store at the item in the field `apikey`. | 75 | 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 | ``` | ||