A minimal self-hosted git browser on Rust axum: bare repos rendered as a website with commits, diffs, syntax-highlighted blobs, atom feeds, and clone over HTTPS.
axumdockergitgit-browsergitoxidegixrustself-hosted
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2 <rect width="64" height="64" rx="8" fill="#0e0d0a"/>
3 <line x1="22" y1="14" x2="22" y2="50" stroke="#6b9e78" stroke-width="3" stroke-linecap="round"/>
4 <line x1="22" y1="32" x2="44" y2="50" stroke="#6b9e78" stroke-width="3" stroke-linecap="round"/>
5 <circle cx="22" cy="14" r="6" fill="#6b9e78"/>
6 <circle cx="22" cy="32" r="6" fill="#6b9e78"/>
7 <circle cx="22" cy="50" r="6" fill="#6b9e78"/>
8 <circle cx="44" cy="50" r="6" fill="#6b9e78"/>
9</svg>