I’m pretty new to selfhosting and homelabs, and I would appreciate a simple-worded explanation here. Details are always welcome!

So, I have a home network with a dynamic external IP address. I already have my Synology NAS exposed to the Internet with DDNS - this was done using the interface, so didn’t require much technical knowledge.

Now, I would like to add another server (currently testing with Raspberry Pi) in the same LAN that would also be externally reachable, either through a subdomain (preferable), or through specific ports. How do I go about it?

P.S. Apparently, what I’ve tried on the router does work, it’s just that my NAS was sitting in the DMZ. Now it works!

    • Allero@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Update: tried Caddy, love it, dead simple, super fast, and absolutely works!

    • Allero@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      For now just some experiments alongside NAS

      Planning to host Bitwarden, Wallabag and other niceties on the server, and then when I get something more powerful, spin up Minecraft server and stuff

      • greybeard@feddit.online
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 minutes ago

        I’ll be honest, if you aren’t planning on sharing with others, I’d recommend switching to something like wireguard to connect back into your house instead of exposing everything publicly. Some firewalls have wireguard built in, so you can setup the VPN easily. But then all you have to do is keep your VPN endpoint safe to keep your internal network protected from the Internet, instead of having to worry about the security of everything you expose.

        • Allero@lemmy.todayOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          13 minutes ago

          That’s a good piece of advice, but die to several considerations (extreme censorship interrupting VPN connections, family using NAS for automatic backups, and some others) I cannot go that route.