• mesamune
      link
      fedilink
      English
      252 months ago

      I hope they get true federation up running soon.

    • Ananace
      link
      fedilink
      112 months ago

      GitLab has been working on support for ActivityPub/ForgeFed federation as well, currently only implemented for releases though.

    • Carighan Maconar
      link
      fedilink
      62 months ago

      For code hosting, doesn’t that just mean you’re self-hosting + others can utilize you space for a backup?

      • @loudwhisper@infosec.pub
        link
        fedilink
        212 months ago

        I think the benefits of federation is discoverability. I can spin up my gitea or forgejo (or something else!) Instance, but when people look for code in their instances, they can still discover my public repositories, and if they want to contribute, they can fork and open PRs from their instances.

        So yeah, it means mostly you can selfhost and provide space to others, but with the same benefits that right now github offers (I.e., everything is there).

      • 56!
        link
        fedilink
        112 months ago

        No, it means people can contribute issues and pull requests to projects on other servers. Repositories would only be created on the server your account is on if I’m not mistaken. I believe it uses activitypub internally, so should work the same as Lemmy/mastodon.

        • qaz
          link
          fedilink
          62 months ago

          Yes, it uses ActivityPub with the ForgeFed extension.