Comment on Route domain name to Docker containers on Synology NAS?
dm_me_your_feet@lemmy.world 1 year ago
Easiest Solution imo:
- get Wildcard DNS, point it to the public IP of your NAS
- deploy the ssl cert (containing your main domain and sudomains for your docker containers)
- configure reverse Proxy in Synology configy proxying requests for the subdomains to your docker container
- Static route or local dns (Pihole) to redirect local requests for your public ip to the private IP of your NAS
- done!
schmurnan@lemmy.world 1 year ago
Thanks, I’d like to know more about how to go about this approach.
I guess in my head, I want to achieve the following (however I go about it):
I have no idea where Cloudflare factors in (if at all), nor how Pi-hole factors in (if at all).
Internal stuff I’ve been absolutely fine with. Stick a domain name, a reverse proxy and DNS in front of me and it’s like I’m learning how to code a Hello World app all over again.