I mean, this and the reddit board are /r/selfhosted. We self-host, yet I see so much about people relying on 1.1.1.1 and Cloudflare’s proxy services that they never second-guess.

I don’t care about Cloudflare. My server doesn’t exist to use their proxies and services when the entire point is to divide from reliance on third-parties.

I already found Anubis, I’m sure many of you are familiar with it. Are there any other useful tools or similar that you guys have been using?

  • cecilkorik@piefed.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    That is kind of the UNIX philosophy at work and you’ll find that in a lot of open-source and self-hosted projects. The goal is to do one very specific thing really well in a small and streamlined package that integrates into other processes in a clear, defined and transparent way, not to be one of these super-convenient but bloated “it does everything and the kitchen sink” behemoths. It’s a different style of software development but it’s popular in the open source community for a lot of reasons, for example it’s a lot more maintainable by a single person or small team with limited time. You’ll find most of these large complex open source projects are organized and developed by companies (like Pangolin is), while the smaller UNIX-style projects are often written by individuals or very small teams volunteering their spare time. There are tradeoffs in either direction, but for self-hosting I think following the UNIX philosophy has a lot in common with a typical goal of self-hosting, reducing your dependence on for-profit companies that have a financial incentive to enshittify or otherwise try to squeeze money out of you.