this post was submitted on 29 Jul 2024
392 points (99.5% liked)

Programming

17189 readers
370 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 124 points 2 months ago (4 children)
[–] [email protected] 25 points 2 months ago

I hope they get true federation up running soon.

[–] [email protected] 10 points 2 months ago (1 children)

Absolutely.

I'll self host my own forgejo instance soon.

[–] [email protected] 13 points 2 months ago

It’s also what codeberg uses under the hood for those that don’t self host.

[–] [email protected] 9 points 2 months ago

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

[–] [email protected] 6 points 2 months ago (3 children)

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

[–] [email protected] 21 points 2 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).

[–] [email protected] 11 points 2 months ago (1 children)

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.

[–] [email protected] 6 points 2 months ago

Yes, it uses ActivityPub with the ForgeFed extension.

[–] [email protected] 3 points 2 months ago

Maybe you would be able to disable other users from creating repos.