Hive Hive
Sign in

Public or private dashboard visibility via HIVE_VISIBILITY

Metadata
Source
GitHub
Version
server@0.1.0
Domains
Published
May 29, 2026 · 14:40 UTC
Repository
tuist/hive
Update

Hive can now be run as either a public dashboard (the default) or a private instance. Set HIVE_VISIBILITY to private to require login for any route, and allow anonymous access when set to public. The dashboard is gated through the new RequireAuthenticated plug, which redirects unauthenticated visitors to the login page only when private mode is enabled.