#3136 Show https checkout URL on the project overview page
Closed: Invalid Opened by wattersmt.

Pagure supports http/https clones however this feature is not advertised on the project overview page. Would it be possible to add a field to the Source GIT URLs section to show the URL to use for http/https clones? We have many projects that use this feature to perform read only checkouts.


It is right there in the source URL section, there is the SSH url and the GIT one which goes via https :)

It is right there in the source URL section, there is the SSH url and the GIT one which goes via https :)

In our environment the git:// protocol is handled by xinetd which launches the git-daemon to serve git requests. http/https checkouts also work since they are handled by apache but the git protocol is entirely separate.

And you can choose which URL to display in the UI via the configuration key GIT_URL_GIT

I'm inclined to close this ticket as I don't think there is anything to do on the pagure side since it's already there.

Do you disagree?

Metadata Update from @pingou:
- Issue close_status updated to: Invalid

Metadata