

1·
18 hours agoI think I used a Pi 4B, either the 8 or 2 GiB model because that’s what I had lying around.
I never tried a compute module but instead upgraded to a lenovo tiny pc.
I think I used a Pi 4B, either the 8 or 2 GiB model because that’s what I had lying around.
I never tried a compute module but instead upgraded to a lenovo tiny pc.
Also in my experience the raspberry pi isn’t all that great for a NAS considering you are reliant on using USB hard drives and also need a separate powered USB hub for them
I’m not the guy you replied to but personally I use a setup called split-horizon DNS.
This is a little bit of a simplification. I also use a cloudflare tunnel to allow access to select subdomains and I have 2 reverse-proxies chained together since NPM can resolve services by their container name as long as they are in the same docker network.
Also probably important: My DNS server was a pi-hole (until today at least) and did not act as my DHCP server. This meant it had no idea of local device hostnames and therefore was configured to forward queries to local device names to my routers built-in DNS server.
The domain I use for my services is one I rent from a registrar so that I can get valid SSL certificates without self-signing them. If you are fine with self-signed certificates or simple http you probably don’t need to do that.