You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I updated from version 1.12.6 to 1.13.6 and have the following problem now.
My gitea is configured for HTTPS and my submodule is added via SSH.
From the main repo the link to the submodule is only HTTP so I can't access
my submodule from the web UI. In version 1.12.6 this worked as expected.
When I manually set SSH_DOMAIN to 172.16.4.20 the WebUI shows https://***.duckdns.org/steled/terraform and the clone link shows [email protected]:steled/terraform.git
Would be great if you can have a look at.
Thanks and best regards
Screenshots
The text was updated successfully, but these errors were encountered:
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Mar 27, 2021
Sometimes Gitea users would like submodules when displayed on the website to have
a different alias than what is normally inferred by gitea.
This PR provides a mechanism to configure this.
Fixgo-gitea#15178
Signed-off-by: Andrew Thornton <[email protected]>
[x]
):Description
Hi, I updated from version 1.12.6 to 1.13.6 and have the following problem now.
My gitea is configured for HTTPS and my submodule is added via SSH.
From the main repo the link to the submodule is only HTTP so I can't access
my submodule from the web UI. In version 1.12.6 this worked as expected.
See below some informations:
The web gui is showing http://172.16.4.20/steled/terraform but should show https://172.16.4.20/steled/terraform
When I manually set SSH_DOMAIN to 172.16.4.20 the WebUI shows https://***.duckdns.org/steled/terraform and the clone link shows [email protected]:steled/terraform.git
Would be great if you can have a look at.
Thanks and best regards
Screenshots
The text was updated successfully, but these errors were encountered: