No specific guide I can remember but it was very simple. Cloudflare has some good docs too if you get stuck.
- Need to have a domain. Doesn’t need to be through cloudflare (I use namecheap)
- Need to setup a free account on cloudflare and follow the steps on there to point your domain to their DNS.
- Then from your cloudflare dashboard you can open up the zero trust dashboard. From here you can create a tunnel and it gives you steps to setup cloudflared on your server/machine.
- Once the tunnel is setup you just need to setup each subdomain on the tunnel. Like rss.donain.com points to 192.168.1.224:5555 for example. Now when you go to rss.domain.com it will load up the page running on at 192.168.1.224:5555. SSL certificate and everything.
- Optional step to also setup an “application” on zero trust dashboard for each of your services. This lets you pick an email or ip range or something and only that is allowed into the domain.
I think that’s everything but feel free to message me if you have questions.