Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struggling to understand Adguard and Traefik #100

Closed
Balssh opened this issue Nov 21, 2024 · 1 comment
Closed

Struggling to understand Adguard and Traefik #100

Balssh opened this issue Nov 21, 2024 · 1 comment

Comments

@Balssh
Copy link

Balssh commented Nov 21, 2024

Hi, I've been reading through this repo for the past days and I struggle to understand exactly how Traefik - Adguard interact (I'm a novice in networking). Getting to the point: for now, I try to run only Adguard and Traefik on my (single node) home server. Previously, I could deploy Adguard alone, set it up so that my router DNS points to Adguard's IP on my homeserver. I want to also add Traefik so I can have nice domain names instead of ip addresses + certs.

Tried to run the setup presented in this repo with only the adguard + traefik parts, but bricked the network :)

Thanks for any help and sorry if this is spam.

@AdrienPoupa
Copy link
Owner

Hi,

Adguard is a DNS server and does not need Traefik per se. It's just used to reverse proxy access to Adguard so you can have several services sharing the same domain name without using different ports.

This project is really meant to be a *arr stack with a few optional extras such as Adguard. There's probably better solutions to run only those two.

If you wanted to make it work though, you'd only need to keep Traefik, maybe homepage and the services listed in the Adguard Docker compose file: https://github.com/AdrienPoupa/docker-compose-nas/blob/master/adguardhome/docker-compose.yml You would also need to remove all the labels no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants