blumeops/docs/changelog.d
Erich Blume de476bab45
All checks were successful
Build Container / build (push) Successful in 28s
Run navidrome as non-root user with fsGroup for volume access
Instead of running as root, create a dedicated navidrome user (UID 1000)
in the container and use Kubernetes fsGroup to ensure PVC volumes are
writable. This provides defense-in-depth against container escape attacks.

- Dockerfile: add navidrome user/group (1000), set USER 1000
- Deployment: add pod securityContext (fsGroup, runAsUser, runAsGroup)
- Deployment: add container securityContext (runAsNonRoot, no privilege escalation)
- Bump image to v1.0.3 (v1.0.2 was built without these changes)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 08:07:36 -08:00
..
.gitkeep Add towncrier changelog system (#86) 2026-02-03 11:48:13 -08:00
feature-document-container-build-port-navidrome.feature.md Document container build pattern and port navidrome (#192) 2026-02-15 08:05:11 -08:00
fix-navidrome-container-v1.0.2.bugfix.md Run navidrome as non-root user with fsGroup for volume access 2026-02-16 08:07:36 -08:00
frigate-stationary-fix.bugfix.md Fix Frigate parked car re-detection and enable writable config (#193) 2026-02-15 17:48:14 -08:00