Skip to content

v2026.08.02.1

Choose a tag to compare

@jordibrouwer jordibrouwer released this 01 Aug 20:18
· 804 commits to main since this release

Hotfix after v2026.08.02 — Unraid and other hosts that run a Tailscale (or similar) Docker hook at container start failed with “No root privileges” because the image fixed USER nextdash. The app still ran, but the hook aborted and Tailscale never came up.

Docker

  • fix Entrypoint drops privileges instead of fixed USER — container starts as root so host hooks can run; scripts/docker-entrypoint.sh chowns /app/data, then su-execs to nextdash for the Go process. Set NEXTDASH_RUN_AS_ROOT=1 to keep root when a host requires it (Dockerfile, .dockerignore).