]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #321 from Darkham42/feature/adguard-home-customservices-doc
authorBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 7 Apr 2022 20:33:58 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 20:33:58 +0000 (22:33 +0200)
doc: add doc for AdGuard Home

docs/customservices.md

index d9aa43f59b8f152f34b797c777154f4a7a7006b7..509278f3481e2224dcc4b2c9f293b5eac6f564bb 100644 (file)
@@ -14,6 +14,7 @@ within Homer:
 + [PaperlessNG](#paperlessng)
 + [Ping](#ping)
 + [Prometheus](#prometheus)
++ [AdGuard Home](#adguard-home)
 + [Portainer](#portainer)
 + [Emby](#emby)
 
@@ -135,6 +136,17 @@ For Prometheus you need to set the type to Prometheus and provide a url.
   # subtitle: "Monitor data server"
 ```
 
+## 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.
+
+```yaml
+- name: "Adguard"
+  logo: "assets/tools/adguardhome.png"
+  url: "https://adguard.exemple.com"
+  target: "_blank"
+  type: "AdGuardHome"
+```
+
 ## Portainer
 
 This service displays info about the total number of containers managed by your Portainer instance.