this post was submitted on 13 Jul 2024
152 points (90.9% liked)

Open Source

30208 readers
196 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] steeznson@lemmy.world -1 points 2 months ago (1 children)

A server hosting a copy of the repo, git send-email, a mailing list and a bugzilla instance is all that an open source project really needs.

The advantage of github/gitlab et al. is that it merges all of the above functionality to one place, however it's not absolutely essential. Git itself is extremely versatile and can be as useful as you are want it to be if you put in the time to learn it.

[–] corsicanguppy@lemmy.ca 6 points 1 month ago (1 children)

Git itself is extremely versatile and can be as useful as you are want it to be if you put in the time to learn it.

I love how much spare time you have to learn and maintain your infrastructure unnecessarily instead of working on the code. It's like being a bus driver by day, and mechanic all night.

[–] steeznson@lemmy.world 1 points 1 month ago

Depends how interested you are in the infrastructure I suppose. Obviously it's not essential for any project. I see a few that have both self hosted resources and additionally a Github mirror.

An advantage to the "old school" approach is that you don't end up tied into a large SAAS platform like Github.