The lie made into the rule of the world.

  • 2 Posts
  • 65 Comments
Joined 1 year ago
cake
Cake day: October 22nd, 2024

help-circle
  • iii@mander.xyztoSelfhosted@lemmy.worldSelf hosted DNS
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    Is there some way to self host what cloudflare does?

    Your domain will always have to be rented through a 3rd party. Cloudflare is (or was?) one of the better choices for that.

    Cloudflare does other things as well, most notably it can acts as a proxy: an inbetween between your server and the users. This inbetween can be useful against DOS attacks, blocking of bots, etc. But for most self hosters that part is not necessary. It’s a toggle in cloudflare’s DNS dashboard: I think you’d want it to say DNS only.

    Another thing cloudflare can do is tunneling. It’s useful for when your server is behind a firewall or NAT or double NAT you can’t or don’t want to configure. You’d probably know if you use this, so I assume you don’t?









  • At one of my clients, who wants everything on-prem, I use gitlab CI with ansible. It took 3 days to setup, and requires thinkering. But all in all, I like the versitility, consistency and transparency of this approach.

    If I’d start over again, I’d use pyinfra instead of ansible, but that’s a minor difference.