80
Blogging in the AI era
(lazysoci.al)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
Basically you have to run a mini server (I use a docker container) called a cloudflare endpoint. From there you just enter the IPs and keys that your cloudflare account tells you to in the tunnel creation menu, and it all pretty much connects from there.
Then, on the cloudflare side, you make different subdomains point to local ports. So, for example, for connecting to qbittorrent web client, in the cloudflare menus I can make qbit.domain.example point to localhost:8080. In this case, it means "localhost" relative to the cloudflare access point you've made (which in my case can use localhost because its hosted on the same machine as my other docker containers, but if they are on different machines you can use local IP addresses).
I use their free plan, which is all you need if you're just serving web content to a small number of users. You might need a domain to do this, but I don't recall.
My layman's understanding is you basically make cloudflare be the router, so their server/ports are what is exposed to the open internet rather than your local router.
Thank you. I run like a million Docker containers and haven't ever gotten around to looking into this and you've just enlightened me perfectly. I appreciate it.
If you're already running a million docker containers then just get a vps somewhere to host your blog. Cheapest reliable one I found last I looked was vultr. I think mine is $15 a year.
I'm glad! Halfway through writing that I got worried it was a little opaque. Best of luck setting it up. If I can do it, anyone can!