My situation. Running Truenas now for almost a year. For my home and small buisiness. Left M365 for Nextcloud (running on Truenas), Thunderbird and LibreOffice. A lot is going fine, and I’m learning with my backgroud of being a technician but not having an education in ICT. Several months ago I made a second Truenas system setup for backup, this one is in my mother’s place.
Now the networking. I’m at the point that Tailscale is running and the truenas default certificatie is not valid anymore. I want to build on my security to make all my traffic go by https. Bothe the Truinass systems are behind a router with an ip-address that might change. So I know that I have to set up a Dynamic DNS, I did once with my Asus router. Also, I have Nginx running because lost of information on this subject, go about Tailscale with Nginx. I wanted to have a look inside Nginx. Then I set up Tailscale itself to work with https and installed Truenas and the desktop and laptop with certificates.
My questions:
- Is a Dynamic DNS the same as a reverse proxy (Nginx)?
- Do I have to setup Nginx to get my Nextcloud to work with a valid certificate?
- Tailscale makes it’s own IP’s for all the computers, those are all secure (https) communication lines. Can I make that work for, let’s say, Nextcloud to be secure as well? How?
- I have my own domain which I run my website on. Do I have to make a subdomain from that point to my truenasses? I don’t border having a nice url, the Tailscale (ugly) url’s work for me as well.
- So my basic question is whether I can make a route to https-secure my network travel with Tailscale alone, or that I have to set up the Nginx reverse proxy. And how.