Self-Hosting Git
peppe.rs
Self-Hosting Git
1–10 of 71 posts
Re: Self-Hosting Git
#2 https://www.scm-manager.org/Re: Self-Hosting Git
#3A worthy self-hostable Git Server too if you'd like to give it a try: https://www.scm-manager.org/
gitolite
gitea, gogs
gitlabRe: Self-Hosting Git
#4Is the main point being made that, corporations are using open source (ie github) as a platform to commercialize software?
Re: Self-Hosting Git
#5A worthy self-hostable Git Server too if you'd like to give it a try: https://www.scm-manager.org/
Others with some added functionality like web UI, in increasing line of complexity and features: gitolite gitea, gogs gitlab
Unlike most Git forges, Pagure has features that support decentralized development. For example, Pagure supports submitting pull requests with Git repos on any server (regardless of whether it's running Pagure or not) with its remote pull requests feature. Issues and pull request metadata are all stored as git repos using JSON files as data, making it easy and portable to other Pagure instances and easy to convert for any other system.
There's development ongoing by one of the other contributors to build an extension for Pagure to support Forgefed[2], a protocol to federate and decentralize code project management. And unlike most Git forges, Pagure is really easy to deploy, update, and modify. Naturally, this means Pagure is packaged in virtually all major distributions[3][4][5][6], too. :)
[2]: https://forgefed.peers.community/
[3]: https://src.fedoraproject.org/rpms/pagure
[4]: https://build.opensuse.org/package/show/openSUSE:Factory/pag...
Re: Self-Hosting Git
#6A worthy self-hostable Git Server too if you'd like to give it a try: https://www.scm-manager.org/
Others with some added functionality like web UI, in increasing line of complexity and features: gitolite gitea, gogs gitlab
Re: Self-Hosting Git
#7What is meant by "big corporates turning open-source into a T-shirt farming service" ? Is the main point being made that, corporations are using open source (ie github) as a platform to commercialize software?
Re: Self-Hosting Git
#8A worthy self-hostable Git Server too if you'd like to give it a try: https://www.scm-manager.org/
Others with some added functionality like web UI, in increasing line of complexity and features: gitolite gitea, gogs gitlab
Re: Self-Hosting Git
#9While probably not really needed as Git repositories are self contained, i find it nice to have a "backup" on hand.
Re: Self-Hosting Git
#10A worthy self-hostable Git Server too if you'd like to give it a try: https://www.scm-manager.org/
It appeals to me because I had gitlab for our 2 person team and it was just wrong sized for us. So many features went unused. Frequent upgrades meant an increasingly powerful server was required for doing basically nothing most of the time. CI/CD is not something we need.