diff options
-rw-r--r-- | docs/customservices.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index d9aa43f..509278f 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -14,6 +14,7 @@ within Homer: | |||
14 | + [PaperlessNG](#paperlessng) | 14 | + [PaperlessNG](#paperlessng) |
15 | + [Ping](#ping) | 15 | + [Ping](#ping) |
16 | + [Prometheus](#prometheus) | 16 | + [Prometheus](#prometheus) |
17 | + [AdGuard Home](#adguard-home) | ||
17 | + [Portainer](#portainer) | 18 | + [Portainer](#portainer) |
18 | + [Emby](#emby) | 19 | + [Emby](#emby) |
19 | 20 | ||
@@ -135,6 +136,17 @@ For Prometheus you need to set the type to Prometheus and provide a url. | |||
135 | # subtitle: "Monitor data server" | 136 | # subtitle: "Monitor data server" |
136 | ``` | 137 | ``` |
137 | 138 | ||
139 | ## AdGuard Home | ||
140 | For AdGuard Home you need to set the type to AdGuard, if you have somes issues as 403 responses on requests you need to provide authentification in headers for locations needed as below. | ||
141 | |||
142 | ```yaml | ||
143 | - name: "Adguard" | ||
144 | logo: "assets/tools/adguardhome.png" | ||
145 | url: "https://adguard.exemple.com" | ||
146 | target: "_blank" | ||
147 | type: "AdGuardHome" | ||
148 | ``` | ||
149 | |||
138 | ## Portainer | 150 | ## Portainer |
139 | 151 | ||
140 | This service displays info about the total number of containers managed by your Portainer instance. | 152 | This service displays info about the total number of containers managed by your Portainer instance. |