Live data from Hacker News

Show HN: Repogen – a static site generator for package repositories

github.com

1–8 of 8 posts

Show HN: Repogen – a static site generator for package repositories

#1
Hi HN,

Package repositories don't need to be complicated. They're just static files: metadata indexes and the packages themselves. Yet somehow hosting your own feels like you need dedicated infrastructure and deep knowledge of obscure tooling.

repogen is an SSG for package repos. Point it at your .deb/.rpm/.apk files, it generates the static structure, you upload to S3 or any web host. Done. $0.02/month to host packages for your whole team.

It supports Debian, RPM, Alpine, Pacman, and Homebrew. Has incremental mode for updating repos without redownloading everything. Handles signing. Very alpha, but it works. Would love to get feedback!

Show HN: Repogen – a static site generator for package repositories
github.com

Re: Show HN: Repogen – a static site generator for package repositories

#6

nice! I made github.com/frostyard/plow last week with a serverless take on this (just for debian repos though). Being served by gh-pages means no git-lfs support though. repogen might be a better option if any packages get too big.

URLs won't be linked here if they're not really URLs.

Re: Show HN: Repogen – a static site generator for package repositories

#7

nice! I made github.com/frostyard/plow last week with a serverless take on this (just for debian repos though). Being served by gh-pages means no git-lfs support though. repogen might be a better option if any packages get too big.

URLs won't be linked here if they're not really URLs.

I didn’t make it a real URL intentionally because i’m not trying to steal attention/clicks from OP’s interesting project.