Mercurial Hosting Software Alternatives?

Are there any software packages for hosting Mercurial repositories on my own server , other than the most basic script that comes with it?

I looked at the PublishingRepositories page in Mercurial, and the only viable alternative on this list is the hgwebdir script that I configured, but it's pretty simple.

Does anyone make the best website software for Mercurial?

+7
dvcs mercurial deployment hosting
source share
3 answers

There are various ways to publish Mercurial repositories, as indicated in the link you provided, but hgwebdir is the only method that supports multiple repositories.

 with hgwebdir.fcgi, you can use fastcgi and apache or nginx. 

This can be useful for publishing multiple repositories using a web server.

+1
source share

I would install the Kallithea source code management system , which is free software. It is intended to replace hgweb. It has many functions: managing repositories (creating, deleting, renaming), user management (even integration with LDAP) and fixing statistics.

+9
source share

Kiln is an alternative. Unlike RhodeCode, it is commercial (that is, not free), and you need to configure / import any existing mercury repositories that may be a little useful.

It can act as a shared repository repository from version 2.2.

+1
source share

All Articles