• doeknius_gloek@discuss.tchncs.de
      link
      fedilink
      arrow-up
      27
      arrow-down
      3
      ·
      edit-2
      1 day ago

      … isn’t an alternative if you’re looking for availability.

      It is an alternative for a lot of other reasons and I love it dearly, but Codeberg is literally three donated servers in a single data center with some volunteers maintaining them. Some time ago the power went out and Codeberg was down for seven hours.

      Please go ahead and join Codeberg, but manage your expectations.

      • Venia Silente@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        1 day ago

        Some time ago the power went out and Codeberg was down for seven hours.

        Still keeps one sigma more uptime than Github tbh.

    • ImgurRefugee114@reddthat.com
      link
      fedilink
      arrow-up
      17
      ·
      edit-2
      1 day ago

      Self hosted forgejo on-prem HA with cloud mirroring, backups, and failover

      Codeberg itself is fine for hobby-grade tho; enterprise needs to start taking ownership of their own shit. Deploying local CI is a buy-once-cry-one pitch and gives you better performance anyways.

      Or, use git decentralized; how it was built to be used.

      • ultimate_worrier@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        6 hours ago

        I just got a local Forgejo instance working and the CI flexibility it added alone is a revelation. I can finally just run CI without worrying about GitHub’s supply-chain footguns.

      • 4am@lemmy.zip
        link
        fedilink
        arrow-up
        5
        ·
        1 day ago

        Enterprise is on the same boat we’re all in - you can’t run locally if you can’t afford components

        And the Epstein class decided we aren’t allowed to own computers that they don’t control anymore, so they’re building really big ones with agents that monitor us, make sure we don’t find out anything we aren’t supposed to know

        • onlinepersona@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          15 hours ago

          Enterprise wastes glorious amounts of money. They can easily afford a flock for 200€/month. They waste that amount of money on a single day when they vibe code.

      • hdsrob@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        18 hours ago

        As a solo dev, working from home, the real reason I use Github is for off site backup.

        Back in the SVN days we hosted our own server for a bunch of years, then moved to one of the many paid SVN hosts that existed.

        I think I’m going to spin up another VPS and self host Forgejo at this point (or see if I can add it to one of my existing servers).

        • ImgurRefugee114@reddthat.com
          link
          fedilink
          arrow-up
          1
          ·
          12 hours ago

          Yeah, for individuals it works best if you host your own locally or use a cloud as you said, then use push mirroring to backup to github or one of the other big forges. Gets you 98% of the utility with minimal cost.