aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-10-25 04:45:18 -0700
committerGitHub <noreply@github.com>2021-10-25 04:45:18 -0700
commit46c9a513e5159797a46f5199abfbfa457c548688 (patch)
treeaafbd170de63988d5f7c2484307bc0b32083c38e
parent54c19bb5f0f1ac4bbbbe3a3f3aa68b316d7c370f (diff)
parent400cdb8f6a096aeec258208eba5d7198b778fdcb (diff)
downloadhomer-46c9a513e5159797a46f5199abfbfa457c548688.tar.gz
homer-46c9a513e5159797a46f5199abfbfa457c548688.tar.zst
homer-46c9a513e5159797a46f5199abfbfa457c548688.zip
Merge pull request #319 from t-huyeng/fix-ping-doc
fixed Ping documentation yaml
-rw-r--r--docs/customservices.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 803b91f..6d5f39b 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -97,8 +97,9 @@ For Ping you need to set the type to Ping and provide a url.
97- name: "Awesome app" 97- name: "Awesome app"
98 type: Ping 98 type: Ping
99 logo: "assets/tools/sample.png" 99 logo: "assets/tools/sample.png"
100 subtitle: "Bookmark example" tag: "app" 100 subtitle: "Bookmark example"
101 url: "https://www.reddit.com/r/selfhosted/" 101 tag: "app"
102 url: "https://www.reddit.com/r/selfhosted/"
102``` 103```
103 104
104## Prometheus 105## Prometheus