We are developing a software on a private GitLab server. Nobody from outside has access to this server.
Now we somehow have to make our software available for everybody. Our Idea is to mirror the repository to GitHub which should be possible due to some research we did.
We also maintain a wiki in GitLab. Is it also possible to mirror our GitLab wiki pages to GitHub?
At Github and Gitlab wikis are repositories with URLs like
https://git$b.com/$user/$project.wiki.git
so you clone your wiki from Gitlab and push to Github.