repos
/ repos-rust master

repos-rust

mirror archived upstream

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

67 B · 6 lines · Caddyfile Raw History
1repos.bythewood.me {
2  reverse_proxy repos:8000
3
4  import common
5}