I don't want to use GitHub ... what would you recommend?

6 ColinWright 7 5/23/2025, 10:36:55 PM
I write a lot of small scripts, and because of ... reasons ... I've never put them in a repository or made them available.

Recently I've been asked multiple times if a thing I've talked about is available, so I want to explore having a publicly accessible repository.

But I really, really don't want to use GitHub.

What would people suggest as an alternative for making small scripts available for wider use, and to allow people to contribute mods?

Comments (7)

dchest · 3h ago
https://codeberg.org if git.

https://fossil-scm.org if you don't care about git.

bhaney · 3h ago
GitWeb and an email for submitting patches
gitprolinux · 2h ago
https://GitBusiness.com middle of page, free account, or paid subscription if you do that sort of thing.
gpi · 2h ago
Source Hut https://sr.ht/
1oooqooq · 1h ago
i can never tell if this is paid out not. they keep changing their minds
gkbrk · 2h ago
repo.or.cz is very no-nonsense Git host. https://repo.or.cz/
lysace · 3h ago
Gitea (Github clone in Go) is easy to deploy.