Tribu
Self-hosted family organizer for calendar, tasks, shopping, and more
Alternative to: cozi, familywall, ourhome
About
Versions (29)
v1.1.2
2026-03-28Fixes
- Backend startup crash — The entrypoint used gosu to drop privileges, but the container was still running as the
tribuuser from a previous DockerfileUSERdirective. gosu needs root to switch users, causing “operation not permitted” on every start. Entrypoint now runs as root with gosu fallback for environments where privilege dropping is unavailable. (#134)