Let's assume I have a repository created using gitlab community edition (hosted on my server) and now, I want to be able to interact with the same repository also using Gogs (https://gogs.io)
How can I do that without having to import the repository again? Is there any way to manage the same repository through both systems?
I saw repository mirroring feature in Gitlab but it is not available in community edition. Any alternative approach?