Ask HN: Due to spam on GitHub, what platforms can I move my projects?
11–20 of 67 posts
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#12Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#13It's my long term plan. And the project and company is setup in a way to be here for the long game. So, I am progressively moving my projects (private and in small numbers, but still...) from gitlab to sourcehut over this year or next.
Link - https://sourcehut.org/
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#14https://github.blog/changelog/2026-02-13-new-repository-sett...
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#15Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#16Related question, is there a web-based self-hosted git replacement that's _light-weight_ (i.e. resilient to scraping)? Should have things like file view, file browser, etc but is not taxing on the server.
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#17Codeberg
It’s probably the one to go for.
Consider donating for their hardware costs. They are completely transparent about their costs and where the money goes.
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#18Codeberg
Codeberg hosts some decently high profile projects. It’s probably the one to go for. Consider donating for their hardware costs. They are completely transparent about their costs and where the money goes.
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#19Git is pretty simple to host yourself. For literally decades I've used git and gitolite to host git for me and a revolving team of developers. But if you want it to be public though where anyone can access/fork it then you have to deal with "spam".
I'm not familiar with git, but can you post a read-only version publicly so others can still access all the commit history but not be subjected to pull requests?
Re: Ask HN: Due to spam on GitHub, what platforms can I move my projects?
#20Git is pretty simple to host yourself. For literally decades I've used git and gitolite to host git for me and a revolving team of developers. But if you want it to be public though where anyone can access/fork it then you have to deal with "spam".
I'm not familiar with git, but can you post a read-only version publicly so others can still access all the commit history but not be subjected to pull requests?