kitgit

tirbofish/kitgit

main

d03e8ac
Verified
25 commits
  • deploy fix: updated the ports so port 2222 is not required to be defined for the remote. 2026-07-28 13:07 Download
  • docs fix: updated the ports so port 2222 is not required to be defined for the remote. 2026-07-28 13:07 Download
  • migrations Improve repo UX with PR reviews, invite signup, and cleaner chrome. 2026-07-29 01:51 Download
  • src Improve repo UX with PR reviews, invite signup, and cleaner chrome. 2026-07-29 01:51 Download
  • static Improve repo UX with PR reviews, invite signup, and cleaner chrome. 2026-07-29 01:51 Download
  • templates Improve repo UX with PR reviews, invite signup, and cleaner chrome. 2026-07-29 01:51 Download
  • .gitignore initial commit 2026-07-28 11:38
  • Cargo.lock feat: ssh key verification, enhanced admin panel and opengraph implementations. 2026-07-28 14:00
  • Cargo.toml feat: ssh key verification, enhanced admin panel and opengraph implementations. 2026-07-28 14:00
  • Dockerfile initial commit 2026-07-28 11:38
  • README.md docs: further docs 2026-07-28 11:47

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.