Hacker News new | ask | show | jobs
by developuh 2183 days ago
Has anyone here tried self hosting Phabricator?

Some of our private repos are Mercurial so it would be nice to have both git and hg repos on a single platform.

2 comments

Kallithea[0] has support for both. You might want to test it out and see if it's a good fit for your setup. I enjoyed working with it when when I used it.

[0]https://kallithea-scm.org/

Years ago, it was too complex for me. I recently switched to Gogs and I'm satisfied with that. But that's Git only.
Thanks. I need something that can handle our hg repos.
Sourcehut (hg.sr.ht) is supports Mercurial and can also be self-hosted. Not sure how complicated it is to do so.