this post was submitted on 02 Jul 2026
42 points (95.7% liked)

Selfhosted

60789 readers
215 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello again everyone

Please let me know if my posting here is becoming too regular

I tried out the options suggested by you in the last post. I actually got it working which was a really exciting moment for me. I got home from work and starting trying to set up an authentication that only allows my email to get through and ended up getting a Error 1033, i tried to change DNS settings and then got Error 1016.

I tried restarting my browser, restarting my cloudflared instance on my machine but nothing worked at all.

In short, im very lost. Ive tried following along with afew youtube tutorials but it hasnt really worked. Feeling very defeated, this is way above my knowledge level, but hey, i guess everything ive learnt on this selfhosting journey was once way above my knowledge level so theres always time to learn.

If anyone could point me in the right direction that would be appriciated

I also had a question, do you create a new tunnel for each application? Or do you just use a separate route and have them all on the same tunnel?

all 10 comments
sorted by: hot top controversial new old
[–] Clearwater@lemmy.world 11 points 2 weeks ago (1 children)

Hey there. I don't have anything to say which is actually helpful. I'm just here to say that you are throwing yourself into the deep end a bit since authentication / access control is actually one of the more advanced topics there is.

Once you do get it figured out, you'll look back and it'll make sense. I don't use Cloudflare services for my projects, so I can't actually help you. Auth/access control settings vary highly depending on what you chose to use (cloudflare, tailscale, netbird, etc),

Having skimmed over the other guy's PDF, I'll say that where Cloudflare provides instructions, follow those over his steps 1 and 5 (since if anything will be outdated and not work/no longer recommended, those would be it), but I otherwise don't have complaints. As with everything computers, everyone has their own way of doing things which they insist is the correct way. I'd do things very differently, but I also won't say there's anything wrong with their way.

[–] irmadlad@lemmy.world -1 points 2 weeks ago

follow those over his steps

You hurt me Shrek. lol

[–] tenebrisnox@feddit.uk 10 points 2 weeks ago (2 children)

Also doesn't help that Cloudflare moves things around regularly so when you learn a route to what you want to do, it's inevitable changed.

[–] irmadlad@lemmy.world 2 points 2 weeks ago

I feel that.

[–] KairuByte@lemmy.dbzer0.com 2 points 2 weeks ago

Very much in the same vein as Azure.

[–] irmadlad@lemmy.world 4 points 2 weeks ago* (last edited 2 weeks ago)

Ha! I commiserate with you. My eyes started to glaze over after a bit. Here are some notes that may help out. They have changed the site around several times so, things may not be exactly in the place as documented, so you might end up hunting around the site. But, this should get you down the road a piece. Additionally, I am running Ubuntu Jammy, so their may be slight differences, I'm not sure.

https://send.vis.ee/download/2eab4ead88df4347/#gu-rOJkmSLWXn4v-EEe2Yg

https://archive.org/details/cloudflare-tunnel-setup-for-ubuntu-homelab-production

If the link expires or you want it uploaded elsewhere just let me know

[–] eleijeep@piefed.social 4 points 2 weeks ago

What exactly is it that you're trying to achieve?

[–] TrippinMallard@lemmy.ml 2 points 2 weeks ago

Try out Netbird reverse proxy. You can connect your domain to a self hosted apps on your netbird mesh.

[–] boatswain@infosec.pub 2 points 2 weeks ago

If it helps, you can think of the cloudflare tunnel as analogous to a VPN. You don't need separate tunnels unless the services involved can't communicate with each other; if they can route to each other already, they should all be discoverable from the tunnel.

It sounds like 1016 and 1033 are both DNS errors, or other connectivity. Your tunnel was up before; it sounds like restricting to just email night have blocked something it shouldn't. How did you block it? Cloudflared needs specific ports open, so if you blocked ports, that might be the issue