aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDarkham <6454197+Darkham42@users.noreply.github.com>2022-04-07 22:06:26 +0200
committerGitHub <noreply@github.com>2022-04-07 22:06:26 +0200
commitb2a41400540b5003431bd83f6859b74991f195c5 (patch)
treeef76baf2e2f9ee9def313f6bfc9b86441ce3e8b4
parent6e6efc7d2994f9e39ad4060abe05e1ce25c721cc (diff)
downloadhomer-b2a41400540b5003431bd83f6859b74991f195c5.tar.gz
homer-b2a41400540b5003431bd83f6859b74991f195c5.tar.zst
homer-b2a41400540b5003431bd83f6859b74991f195c5.zip
Improve with @bastienwirtz comments
-rw-r--r--docs/customservices.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index ab2b015..3fbd695 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -116,7 +116,7 @@ For Prometheus you need to set the type to Prometheus and provide a url.
116 116
117## AdGuard Home 117## AdGuard Home
118For 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. 118For 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.
119In `config.yml` 119
120```yaml 120```yaml
121- name: "Adguard" 121- name: "Adguard"
122 logo: "assets/tools/adguardhome.png" 122 logo: "assets/tools/adguardhome.png"
@@ -124,13 +124,3 @@ In `config.yml`
124 target: "_blank" 124 target: "_blank"
125 type: "AdGuardHome" 125 type: "AdGuardHome"
126``` 126```
127In your conf files for your AdGuard Home instance
128```
129location /control/stats {
130 proxy_set_header Authorization "Basic [admin:password in Base64]";
131}
132
133location /control/status {
134 proxy_set_header Authorization "Basic [admin:password in Base64]";
135}
136``` \ No newline at end of file