kitgit
a minimalistic git frontend built in Rust and pure HTML templates.
Deployment
cd deploy
cp .env.example .env
# edit secrets if you want
docker compose up -d --build
| Service | URL |
|---|---|
| kitgit | http://localhost:8080 |
| kitgit SSH | localhost:2222 |
| Authentik | http://localhost:9000 |
Build
cargo build --release
Docs
check out the documentation in the docs folder.