kitgit

tirbofish/kitgit

feat/better-search

e83b4e1
Verified
6 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 feat: ssh key verification, enhanced admin panel and opengraph implementations. 2026-07-28 14:00 Download
  • src feat: improved search across repos, users, issues, and pulls 2026-07-28 15:28 Download
  • static feat: improved search across repos, users, issues, and pulls 2026-07-28 15:28 Download
  • templates feat: improved search across repos, users, issues, and pulls 2026-07-28 15:28 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.