pixa/internal
sneak d2e2e319be Create /var/lib/pixa directory in Docker image for database/cache
- Change default StateDir from ./data to /var/lib/pixa (proper Unix convention)
- Create directory owned by pixad user in Dockerfile
- Set WORKDIR to /var/lib/pixa
2026-01-08 15:37:25 -08:00
..
config Create /var/lib/pixa directory in Docker image for database/cache 2026-01-08 15:37:25 -08:00
database Add mock fetcher and service tests for imgcache 2026-01-08 07:39:18 -08:00
encurl Add 'Never' expiry option for encrypted URLs 2026-01-08 11:08:11 -08:00
globals Remove Buildarch from ldflags, use runtime.GOARCH instead 2026-01-08 12:38:24 -08:00
handlers Fix logging: add response_bytes to middleware, cache_key to handler 2026-01-08 13:05:10 -08:00
healthcheck Rename unused parameters to _ to satisfy linter 2026-01-08 02:27:45 -08:00
imgcache Switch to govips for native CGO image processing 2026-01-08 15:16:34 -08:00
logger Remove Buildarch from ldflags, use runtime.GOARCH instead 2026-01-08 12:38:24 -08:00
middleware Fix logging: add response_bytes to middleware, cache_key to handler 2026-01-08 13:05:10 -08:00
seal Add seal package for authenticated encryption 2026-01-08 07:37:53 -08:00
server Implement ETag, HEAD requests, and conditional requests 2026-01-08 10:08:38 -08:00
session Add session package for encrypted cookie management 2026-01-08 07:37:58 -08:00
static Add static files and HTML templates for web UI 2026-01-08 07:38:09 -08:00
templates Add AVIF option to URL generator 2026-01-08 13:12:51 -08:00