diff options
author | Robin Schneider <45321827+robinschneider@users.noreply.github.com> | 2021-10-25 14:06:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 14:06:41 +0200 |
commit | f2c901a1ec45c91a3fb02333a61bb9d0c82e2859 (patch) | |
tree | a1a8d4f5b39a833ef2306824adc1d1ccf22b512f /docs/customservices.md | |
parent | 487f954a3688f31d5bcc5ba614cde4da3d5deedb (diff) | |
parent | cf33747f4272baf124b99af9ed8efcca07d1d6b9 (diff) | |
download | homer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.tar.gz homer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.tar.zst homer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.zip |
Merge branch 'bastienwirtz:main' into apikey
Diffstat (limited to 'docs/customservices.md')
-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 f55b739..3b3320d 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 |