You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 “docker compose” apps installed, it's “Traefik” and “AdGuard Home”. The problem is port 443 and certificates.
Traefik automatically generates certificates for my domains, but AdGuard doesn't support it for dns, so I had to generate separate certificates for it. This seems to work, but I don't know how to refresh them, because to generate them I had to disable Traefik, which occupied port 80.
I solved the port problem in AdGuard by changing port 443 to 8443 and redirecting it in Traefik, but then my AdGuard Dashboard stopped working throwing an “ERR_TOO_MANY_REDIRECTS” error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have 2 “docker compose” apps installed, it's “Traefik” and “AdGuard Home”. The problem is port 443 and certificates.
Traefik automatically generates certificates for my domains, but AdGuard doesn't support it for dns, so I had to generate separate certificates for it. This seems to work, but I don't know how to refresh them, because to generate them I had to disable Traefik, which occupied port 80.
I solved the port problem in AdGuard by changing port 443 to 8443 and redirecting it in Traefik, but then my AdGuard Dashboard stopped working throwing an “ERR_TOO_MANY_REDIRECTS” error.
I have no idea how to solve these 2 problems anymore. I'm attaching both compose configuration files.
adguard-docker-compose.txt
traefik-docker-compose.txt
Beta Was this translation helpful? Give feedback.
All reactions