aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-04-07 22:33:58 +0200
committerGitHub <noreply@github.com>2022-04-07 22:33:58 +0200
commit9c370d3c5e25d1a5e3e04f6e146e35883e4ac2e3 (patch)
tree943e41fee0bc8e4333d64331fab42b967d7f9d2e /docs
parent9e1e82b0f3ce57f95f21fc09c70e2711e5105997 (diff)
parent7341d7634b5a7d66e7eab921c0fcfe7034d2047f (diff)
downloadhomer-9c370d3c5e25d1a5e3e04f6e146e35883e4ac2e3.tar.gz
homer-9c370d3c5e25d1a5e3e04f6e146e35883e4ac2e3.tar.zst
homer-9c370d3c5e25d1a5e3e04f6e146e35883e4ac2e3.zip
Merge pull request #321 from Darkham42/feature/adguard-home-customservices-doc
doc: add doc for AdGuard Home
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md12
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
140For 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
140This service displays info about the total number of containers managed by your Portainer instance. 152This service displays info about the total number of containers managed by your Portainer instance.