-
-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Currently there is a nice clickable link on the dashboard/repositories pages to easily open the local repo where the mirrored files go, this is using the "Gitea URL" to create the link. Is it possible to have an additional field here for the link generation, that is separate from the actual link used by the application to do the mirroring?
My scenario: I have a dedicated (docker) network for gitea and this is where I also put gitea-mirror. I also have a leg here for my reverse proxy and both containers are only available through that reverse proxy. But gitea-mirror is using the direct link to gitea, it does not goes through the proxy.
This way the gitea URL could be like it is for me right now: http://gitea-server:3000 and there could be an extra (optional!) field where the external link coud be for the gitea server: https://gitea.home.lab