Enable HTTP(S) cloning without port

On Github, one can use the plain domain without a port as git remote url,
the gitea documentation only explains it with port: Usage: HTTPS setup - Docs
Can this be changed?

1 Like

If the port is 443, which is the default for HTTPS, it will be omitted.

Oh right, that was too obvious.
So, removing the port suffix from the ROOT_URL was enough in my case, as I already have Caddy listening on 443.

1 Like