How to migrate a git repository from github to gogs
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…