Kallithea should be configured for repository authorization and review workflow consistency for mercurial/git hosting.
KALLITHEA_URL=https://kallithea.example.com
KALLITHEA_DB_URI=postgresql://kallithea:replace-with-strong-password@127.0.0.1:5432/kallithea
KALLITHEA_REPO_ROOT=/srv/kallithea/repos
KALLITHEA_AUTH_PLUGIN=auth_internal
KALLITHEA_USE_TLS=true
KALLITHEA_INDEXER_ENABLED=true
Back up repositories, metadata databases, attachments/LFS storage, and service configuration. Validate restore with clone, push, branch protection check, and pull-request/merge workflow.
Feel free to contact us. Find all contact information on our contact page.