Tribu logo

Tribu

Self-hosted family organizer for calendar, tasks, shopping, and more

Alternative to: cozi, familywall, ourhome

Tribu screenshot

About Versions (29)

v1.1.2

2026-03-28

Fixes

  • Backend startup crash — The entrypoint used gosu to drop privileges, but the container was still running as the tribu user from a previous Dockerfile USER directive. 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)