GitHub to Gitea Bulk Migrator
github.com
GitHub to Gitea Bulk Migrator
1–4 of 4 posts
Re: GitHub to Gitea Bulk Migrator
#2Re: GitHub to Gitea Bulk Migrator
#3Hey guys, I have been seeing a lot of concerning things happen with Github recently (Accounts banned, private repos being scaped for LLMs, and the whole Github Runners fiasco). I think a lot of people, including myself, are moving to self hosted instances of Gitea. I found it annoying to migrate each repo individually, because I have hundreds of repos. I created an Electron app to help bulk migrate all of my repos an…
Presumably, the audience this is meant for would have no problem with command-line tooling.
Re: GitHub to Gitea Bulk Migrator
#4Hey guys, I have been seeing a lot of concerning things happen with Github recently (Accounts banned, private repos being scaped for LLMs, and the whole Github Runners fiasco). I think a lot of people, including myself, are moving to self hosted instances of Gitea. I found it annoying to migrate each repo individually, because I have hundreds of repos. I created an Electron app to help bulk migrate all of my repos an…
I'm curious: given that migrating is generally a "once and done" deal, what led you to wrap this up in Electron instead having that same logic as a simpler (at least from a maintenance perspective) CLI tool? Presumably, the audience this is meant for would have no problem with command-line tooling.