Possible to run "a clone" of my companies server on my computer?

my question: If my company has a gitea server, And I would like to have “a clone” of this server also running on my PC, can I do that?

my reason for asking this question : I am writing a small powershell script , which will use curl commands to make a repository whenever the script is run. I would be more comfortable testing the script first on the “clone server” and then testing it on the actual live server of the company.

1 Like

There is no feature allowing to have a clone of a Gitea server. However, it is possible to setup a mirror of a repository so that your Gitea server has an exact copy. Depending on what your curl commands do, it may be enough for what you need?

I wrote a tool to backup all your repos or mirror them somewhere. Maybe it helps you with your task.