Ask HN: Good way to mirror many GitHub repos with a self-hosted Gitea?
https://news.ycombinator.com/item?id=40470543I've always been worried about putting all my eggs in one basket and while I'm very happy with GitHub I'd like to be able to mirror all my repositories to something self-hosted (like Gitea) in case of any extended GitHub downtime. Bonus points if it can also mirror anything I've starred too.
Is there a pre-built solution to this, or am I going to have to write a script/program that clones from GitHub into Gitea with cron?