kitgit

tirbofish/kitgit

main / README.md · 444 bytes

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
ServiceURL
kitgithttp://localhost:8080
kitgit SSHlocalhost:2222
Authentikhttp://localhost:9000

Build

cargo build --release

Docs

check out the documentation in the docs folder.