Hive Hive
Sign in

Dashboard visibility can be set to public or private via HIVE_VISIBILITY

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

Hive Server 0.1.0 now supports a HIVE_VISIBILITY environment variable (public by default, or private) that controls whether the dashboard is gated behind authentication. Public instances let anyone reach the dashboard without signing in, while private instances redirect unauthenticated visitors to the login page. The login page itself remains available in both modes so admins can still sign in to a public instance. This replaces the earlier HIVE_AUTH_MODE=none/oidc switch and clarifies the distinction between “is auth available” and “is auth required”. Sources: https://github.com/tuist/hive/commit/155ec34, https://raw.githubusercontent.com/tuist/hive/server%400.1.0/README.md