AURcade – A tiny self-hosted Git service using cgit and SSH
SMRTR summary
AURcade is a lightweight, self-hosted Git server that combines cgit for web browsing and HTTP cloning with SSH for authenticated pushes. A single config.toml file manages user accounts, SSH keys, and repository paths. Deploy it with Docker Compose, hit localhost:8080, and add a .aurcade metadata file to each repo for automatic refresh on push.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article