Can somebody recommend a good dynamic DNS service that I can use to access some stuff of my Synology nas? Preferably self hosted, but if it's free and safe, I can also just use a different service.

I primarily want to use my own domain (e.g. so I can use my yubikey for authentication).

#synology #dyndns #selfhostingadvice

@SteffoSpieler I personally use bind9. But it's very bare bones and complicate to setup (if you use it the first time).

The positive thing is: It gives you absolute freedom. And i mean it. you want 5000 subdomoins? Go ahead. You want DynDNS? Go ahead. You want DynDNS for multiple subdomains with different IPs? Go ahead.

Its basicly an own DNS Server. That means, you need to fulfill all criteria to make things work.

@SteffoSpieler some routers include a dyndns function. I don't know which domain provider you use, but it should be possible, to setup your router to send data to your domain provider.
@SteffoSpieler I quite like desec.io ​
@SteffoSpieler Are you sure you shouldn't use like a wireguard vpn to a cheap VPS to then expose the synology nas? this way you are not directly exposing your home network to the internet? That is what I do.
@hack13 @SteffoSpieler Tailscale! Pretty sure it works with Synology.
@hack13 hm... I have a wire guard running on my root server. Though I don't know much about setting that stuff up :/

@hack13 I mean, I actually only want to expose some things, like maybe photos, dsm and my jellyfin. All with their own subdomains.

I just don't know how to set this up in the synology at all. I mean, I don't even understand the reverse proxy that is there. (Somehow it doesn't really work for me.)

But I really want to not have to use quickconnect anymore, because it takes ages to connect - and often enough I still have to re-login every. time.

@SteffoSpieler I mean what I do is I have wireguard setup on my VPS and my synology. Then I use caddy on the VPS to reverse proxy traffic to the ports of the services on my home network. So like https://photos.hack13.cloud and https://drive.hack13.cloud for the drive and photos interfaces.
Hack13's Synology

Synology NAS provides a full-featured network attached storage (NAS) solution to help you manage, backup and share data among Windows, Mac and Linux easily.

@hack13 yeah. To be fair, you're actually somewhat my inspiration regarding this. xD

Might want to help me set this up at some point? 😅 Like.. I'm still quite a noob regarding stuff with Synology.

@SteffoSpieler I mean sure, I don't mind. I am happy to help.
@SteffoSpieler a vpn to your router to access your whole home network is no option? it needs to be "public" accessible?
this may need a dynamic dns feature too but at least fritzbox has its myfritz feature to solve this problem for you at least in this case

@tuxel the issue is, I want to be able to share e.g. some photos from synology photos.

I decided on using a WireGuard VPN to my root server, that I can then have nginx proxying the stuff, so I can limit what services are public. ^^

@SteffoSpieler @tuxel that would be my suggestion too, it's what I'm doing and it avoids exposing the entire network :3
@tuxel @SteffoSpieler yeah, i run my own VPN for that (via softether) - works rather good
@SteffoSpieler I've rented a cheap VPS and set up a wireguard VPN between my server in my home network and the VPS. The VPS mainly acts as a VPN host and reverse proxy.

Works pretty well for me