| ▲ | BrunoBernardino 5 hours ago |
| If you don't want to self-host Gitea/Forgejo, I recommend SourceHut for private repos and Codeberg for public ones. Happy to answer any questions you might have for either based on my experience! |
|
| ▲ | packetlost an hour ago | parent | next [-] |
| For private repos I just have a folder on my NAS that I run `mkdir <repo name> && git -C <repo name> init --bare` in. Works great. |
|
| ▲ | paularmstrong 3 hours ago | parent | prev [-] |
| What's wrong with codeberg for private repos? |
| |
| ▲ | fatterypt 26 minutes ago | parent | next [-] | | I'm more than happy with https://codefloe.com for private repos. The service is blazing fast and the maintainer does a great job keeping it up-to-date with recent Forgejo releases. | |
| ▲ | pdpi 3 hours ago | parent | prev [-] | | They only allow private repos as an exception, and only insofar as they're ancillary to open source projects. From their FAQs[0]: > Codeberg's mission is to promote free/libre software. Keeping software private is obviously not our primary use case, but we acknowledge that private repositories are useful or necessary at times. 0. https://docs.codeberg.org/getting-started/faq/ |
|