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.shchowns/app/data, thensu-execs tonextdashfor the Go process. SetNEXTDASH_RUN_AS_ROOT=1to keep root when a host requires it (Dockerfile,.dockerignore).