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
When using a different domain for ssh access, submodules links are not correct within the gitea web interface.
Having a .gitmodules set up like this:
...
url = ssh://gitea@ssh.martb.eu/....
and a gitea instance set up with https://git.martb.eu/ with its SSH_DOMAIN set to ssh.martb.eu leads to ssh. being used as a http href instead of gitea translating it to the "known" git. domain.