mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +01:00
Improve with @bastienwirtz comments
This commit is contained in:
parent
6e6efc7d29
commit
b2a4140054
@ -116,7 +116,7 @@ For Prometheus you need to set the type to Prometheus and provide a url.
|
||||
|
||||
## AdGuard Home
|
||||
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.
|
||||
In `config.yml`
|
||||
|
||||
```yaml
|
||||
- name: "Adguard"
|
||||
logo: "assets/tools/adguardhome.png"
|
||||
@ -124,13 +124,3 @@ In `config.yml`
|
||||
target: "_blank"
|
||||
type: "AdGuardHome"
|
||||
```
|
||||
In your conf files for your AdGuard Home instance
|
||||
```
|
||||
location /control/stats {
|
||||
proxy_set_header Authorization "Basic [admin:password in Base64]";
|
||||
}
|
||||
|
||||
location /control/status {
|
||||
proxy_set_header Authorization "Basic [admin:password in Base64]";
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user