2025-08-23 Hacker News Top Articles and Its Summaries
1. Static sites with Python, uv, Caddy, and Docker Total comment counts : 6 Summary The author uses uv to manage Python executables and builds multiple static sites (some Python-based) with a Docker multi-stage workflow, serving them via Caddy. Stage 1 uses an Astral/uv Debian image, sets /src, copies the repo, installs dependencies, and builds the site to /src/output using sus. Stage 2 switches to a Caddy image, copies the Caddyfile, and copies /src/output into /srv for serving....