• Vanilla_PuddinFudge@infosec.pub
    link
    fedilink
    English
    arrow-up
    93
    arrow-down
    4
    ·
    2 days ago

    I remember the day I went why are we all selfhosting and still relying on a site like Cloudflare?.

    I’m glad I agreed with me on it.

    • Lka1988@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      19 hours ago

      I used Cloudflare tunneling for a while, then started to have similar thoughts. I’m off Cloudflare now.

    • talentedkiwi@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      17
      ·
      2 days ago

      I’ve migrated about half of my services off of cloudflare DNS proxy. Guess which half still worked this afternoon. (Self hosting pangolin with CrowdSec as replacement). I wasn’t even using the cloudflare tunnel. Just their proxy for some bot mitigation.

      • SidewaysHighways@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 day ago

        been really enjoying pangolin so far! i got scared and ended up not installing crowdsec.

        am i missing out? how hard would that be to add after the fact?

        • talentedkiwi@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          Can’t speak to how difficult it would be to do after the fact. My guess is just adding in the lines in the docker compose. As for CrowdSec, it seems to run in the background and I haven’t looked at it much. I’ve triggered it a few times and locked myself out. So I’ve added my home IP to the whitelist (it’s running on a VPS). It also locked out my uptime Kuma so I whitelisted that too.

    • GreenKnight23@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      still hard. most projects still CDN online instead of packaging into a single application.

      it’s one of the most infuriating things about self-hosting. so I made my own self-hosted CDN and have rewrite rules that replace most public cdb domains and reroute them to my own local.

      it would be great if I could just have something in the middle that would download once and cache locally on request, but it’s effort that would be taken from my time afk.