agencypolew.blogg.se

Adguard home docker
Adguard home docker











One day I might make a plugin for HA that does that just, but for now you’ll have to get your hand dirty: Keep AdGuard Home on HA, and use simpleproxy in a new container on your HAos.This is a problem, because Nginx Proxy Manager is not able to redirect traffic to 127.0.0.1 as it runs in hass.io network, while AdGuard runs on the host network. While the DoT port will be accessible from you local network, the HTTPS port that you configure in Adguard interface, will only listen on 127.0.0.1. However you must know that there is a limitation with AdGuard Home on HA. Personally I use “Nginx Proxy Manager” plugin on my HA that takes care of both the certificate generation and renewal, and the management of the integrated reverse proxy. If you don’t certs, you can use the “let’s encrypt HA plugin” to create and update those.

adguard home docker

While those certs are not very important for DoH, as the TLS termination will be your reverse HTTPS proxy, it is crucial for DoT, as the TLS termination is AdGuard itself.

adguard home docker

You need to export the cert and private key you are using for your nginx reverse proxy (on Unraid) to import it into AdGuard.













Adguard home docker