SMRTR ProgrammingAug 9, 2026Hacker News

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
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 24, 2026

Programming Paradigms

A structured roadmap for experienced developers to move beyond language familiarity and genuinely master the four core programming paradigms.