diff options
author | Huyeng <huyeng@iib.tu-darmstadt.de> | 2021-10-21 16:52:06 +0200 |
---|---|---|
committer | Huyeng <huyeng@iib.tu-darmstadt.de> | 2021-10-21 16:52:06 +0200 |
commit | 400cdb8f6a096aeec258208eba5d7198b778fdcb (patch) | |
tree | aafbd170de63988d5f7c2484307bc0b32083c38e | |
parent | 54c19bb5f0f1ac4bbbbe3a3f3aa68b316d7c370f (diff) | |
download | homer-400cdb8f6a096aeec258208eba5d7198b778fdcb.tar.gz homer-400cdb8f6a096aeec258208eba5d7198b778fdcb.tar.zst homer-400cdb8f6a096aeec258208eba5d7198b778fdcb.zip |
fixed Ping documentation yaml
-rw-r--r-- | docs/customservices.md | 5 |
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 |