I’ve been messing around a lot recently with my ds218+ as I’ve been off work after a back op. Learnt quite a few things but I’m still struggling to get one thing sorted that’s bugging me.
I’m using the letsencrypt linuxserver docker image as a reverse proxy as it just seemed to be a little better than the built in application portal in terms of managing certs, enforcing https and also being more customisable. I did try traefik and caddy but struggled with both of these. Ideally what I’d want is to use this to access something like organizr as a front end into all my apps but I have two issues
1- nat loopback is hard blocked on my router which prevents me from using the same url as the main tab url and local tab url on organizr,
2- I’m running letsencrypt in a new docker network (to avoid having to link containers manually) and I think due to this all ip addresses that come into organizr show as the ip of my docker network gateway so it never recognises any connection coming in via letsencrypt reverse proxy as being from external.
To get round the above I was hoping to use the built in dns server. I’ve done this previously to allow me to bypass the Nat loopback issue and allow me to use the same url all the times when using the built in syno application portal and syno ddns. I can’t seem to get the dns server to work when I’m using s third party dns (duckdns) I’m conjunction with letsencrypt docker as a reverse proxy.
Has anyone been able to do this? I’ve added mydomanin.duckdns.org as a new master zone and defined a records for all my apps but nothing loads.
Is there any working alternative to the built in dns server, maybe pihole - not sure how to get this running though?
Thanks
I’m using the letsencrypt linuxserver docker image as a reverse proxy as it just seemed to be a little better than the built in application portal in terms of managing certs, enforcing https and also being more customisable. I did try traefik and caddy but struggled with both of these. Ideally what I’d want is to use this to access something like organizr as a front end into all my apps but I have two issues
1- nat loopback is hard blocked on my router which prevents me from using the same url as the main tab url and local tab url on organizr,
2- I’m running letsencrypt in a new docker network (to avoid having to link containers manually) and I think due to this all ip addresses that come into organizr show as the ip of my docker network gateway so it never recognises any connection coming in via letsencrypt reverse proxy as being from external.
To get round the above I was hoping to use the built in dns server. I’ve done this previously to allow me to bypass the Nat loopback issue and allow me to use the same url all the times when using the built in syno application portal and syno ddns. I can’t seem to get the dns server to work when I’m using s third party dns (duckdns) I’m conjunction with letsencrypt docker as a reverse proxy.
Has anyone been able to do this? I’ve added mydomanin.duckdns.org as a new master zone and defined a records for all my apps but nothing loads.
Is there any working alternative to the built in dns server, maybe pihole - not sure how to get this running though?
Thanks