Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Dashboard access can now be gated behind sign-in Hive now reads a HIVE_VISIBILITY env var. Set it to private and the dashboard routes require an OIDC sign-in before they respond; leave it a
Hive
Hive
server@0.1.0
GitHub
Sign in with Google or any OIDC provider Hive now ships with Google as a built-in OIDC provider, alongside a generic OIDC option. Configure Google via HIVE_GOOGLE_CLIENT_ID and HIVE
Hive
Hive
server@0.1.0
GitHub
New dashboard chrome with the Hive logo The dashboard now uses a shared layout module that renders a headerbar (with the Hive honeycomb logo), a sidebar, and a content slot. Page t
Hive
Hive
server@0.1.0
GitHub
Multi-provider OIDC login with Google built in Login now supports multiple OIDC providers, with Google wired up out of the box. Admins can plug in additional providers via configuration,
Hive
Hive
server@0.1.0
GitHub
Gate the dashboard with HIVE_VISIBILITY Hive now exposes a HIVE_VISIBILITY configuration that gates access to the dashboard through a plug. Self-hosters can mark an instance as pri
Hive
Hive
server@0.1.0
GitHub
Sign in with Google or a generic OIDC provider Sign in now supports Google and any generic OIDC provider via the same flow. Configure a provider at runtime, and the login screen renders a
Hive
Hive
server@0.1.0
GitHub
Configure S3-compatible object storage You can configure S3-compatible object storage by setting HIVE_OBJECT_STORAGE_PROVIDER=s3 and providing bucket, region, endpoint, and creden
Hive
Hive
server@0.1.0
GitHub
Sign in with Google or a generic OpenID Connect provider Hive can now delegate authentication to OIDC providers. Google is built in, so you only need a client ID and secret. You can also configure
Hive
Hive
server@0.1.0
GitHub
Login provider buttons now appear on public instances The login page now correctly displays provider sign-in buttons when the instance is configured as public, and the login copy has been refres
Hive
Hive
server@0.1.0
GitHub
Configure instance visibility with HIVE_VISIBILITY Hive server 0.1.0 can be deployed as a public or private instance. Use the HIVE_VISIBILITY environment variable to set public access (anyone
Hive
Hive
server@0.1.0
GitHub