I have setup NGINX Proxy Manager after having a standard configuration file in NGINX. I found that I was creating a lot of subdomains that all needed SSL added. To make modifications easier i decided to switch.
I have https://git.ryanstarr.co.uk for self hosting GitLab and it’s associated runner (yet to use yet).
https://dash.theadventuringdev.com is a dashboard that lists all of my services (need to add more) and useful links like Oracle Cloud.
https://files.ryanstarr.co.uk is my Nextcloud instance for storing my files, recipes and project timelines.
https://status.ryanstarr.co.uk is an Uptime Kuma instance that periodically monitors all my services and alerts me if any of them go down via email.
https://pollution.ryanstarr.co.uk is my public dashboard to my Pollution monitor live data
I also implement a firewall on the Pi to block certain requests before the traffic even reaches the reverse proxy. Ensuring that all my services are as secure as possible.
Leave a Reply