kitgit

tirbofish/kitgit

v0.1.0

b46b72a
Verified
24 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 merge: feat/labels-milestones into integrate/all-features 2026-07-29 00:08 Download
  • src merge: feat/signed-commits-ui into integrate/all-features 2026-07-29 00:08 Download
  • static merge: feat/signed-commits-ui into integrate/all-features 2026-07-29 00:08 Download
  • templates merge: feat/signed-commits-ui into integrate/all-features 2026-07-29 00:08 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.