I am getting timeouts in a big CICD git repository when executing an ansible-playbook command that executes flux bootstrap on it. It takes too long to clone it from github.
I have installed a gogs git server in the same AKS kubernetes cluster where all the platform runs. This will dramatically speed the gitops operations (I’m also not confortable with using a github server in a production system so…
What would be the best approach to do a repository migration? (Can I “fork” to copy the git repository form github into my gogs git). How would I then remove the forked one (which is also a fork from the real original one)
The system is running so if I can avoid having to delete verithing and re deploy once I copy the repository it would be great.
So ideally I would like to “fork” the GitHub repo into gogs… but I am not sure if there is a way to do that.