3 ms·
What I want: A self hosted version of GitHub that is a precise mirror of an actual GitHub repository. That is, PRs from GitHub appear on the selfhosted instanc
by chilipepperhott 1mo ago
What I want:
A self hosted version of GitHub that is a precise mirror of an actual GitHub repository. That is, PRs from GitHub appear on the selfhosted instance and my reviews from the self hosted instance appear on GitHub. That way I can work on my private instance when GitHub is down (or slow) and I can be assured my work still appears to everyone online.
Does this exist?
- CivBase 1mo agoGit gets you 90% of the way there. Sounds like you just want a decentralized review solution to go with it.
- rsanheim 1mo agoAFAIK there is nothing like this out there, because there is not one standard for a "pull reauest" in the sense of how a web based forge does it. and it gets complicated quickly due to complexity of git and forks. the closest thing i've found are tooks like https://github.com/raylabshq/gitea-mirror https://github.com/raylabshq/gitea-mirror