Hello.
I now have migrated from my RPi 3 to a NUC so I have a spare RPi in my network cabinet, I wondered if I would not turn it into a reverse proxy/dns server. I am looking for the best way of achieving the following:
- it would be read only most of the time, no logs, everything in memory.
- on my local network, I would have a DNS + reverse proxy so that all my services would be accessible through subdomains such as:
- https://homeassistant.mynetwork.com/
-
https://portainer.mynetwork.com/
The goal is here to avoid any connection to internet. Is it still possible to have the htttps working in this case?
- outside, some of these services can be accessible through the same domain name “https://homeassistant.mynetwork.com/” and so on, but use the public DNS and so the public certificate.
Is there something more elegant and easily maintainable than good-old nginx ? Maybe traeffik?