| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update org name | Christian Cleberg | 44 hours | 1 | -1/+1 |
| | | |||||
| * | fix: refuse to start when the cache directory is not writable | Christian Cleberg | 2026-07-15 | 1 | -1/+4 |
| | | | | | | | | | | | | An unwritable cache directory degraded silently: media still served, because the download succeeds before the cache write is attempted, so the only symptom was one "permission denied" line per request and a cache that never filled. Every request re-fetched from the CDN. Probe the directory at startup and exit with the uid and the chown that fixes it. The container image runs as uid 10000, which is the usual cause with a bind-mounted cache, so say so in the message and in both compose examples. | ||||
| * | ci: publish multi-arch image to GHCR on release tagsv1.3.4 | Christian Cleberg | 2026-07-15 | 1 | -1/+6 |
| | | | | | | | | | | | | Build and push linux/amd64 + linux/arm64 images to ghcr.io/zerolabsco/skunky-art on every v* tag, with a signed provenance attestation. The Dockerfile cross-compiles from $BUILDPLATFORM, so the arm64 image builds without QEMU emulation. Default both compose examples to the published image and keep `build: .` commented out for building from a checkout, and extend dependabot to the github-actions and docker ecosystems. | ||||
| * | Add da.opnxng.com + lost-skunk.cc is now in Finland | lost+skunk | 2025-04-07 | 1 | -0/+0 |
| | | |||||
| * | Add Docker | vlnst | 2024-11-26 | 1 | -0/+12 |
