Server 0.1.0
Docker image
ghcr.io/tuist/hive:0.1.0 — view in GitHub Container Registry
⛰️ Features
- add HIVE_VISIBILITY config and gate dashboard via plug
- support multiple OIDC providers with Google built in
- add configurable OIDC login shell
🐛 Bug Fixes
- write release body to file and include GHCR package link
- show provider buttons on public instances and refresh login copy
🚜 Refactor
- make check_domain/2 pure and Hive.AuthTest async
- replace hand-rolled OAuth with Ueberauth + ueberauth_oidcc
- use data-part pattern for layout regions
- split app.css by route, layout, and component
- drop unused branding env vars
- collapse Google preset into HIVE_OIDC_PROVIDER discriminator
- extract dashboard layout and add Hive logo
📚 Documentation
- reframe README intro and document Google auth + generic chart
🎨 Styling
- adopt tuist-style login design
🧪 Testing
- use Mimic to make auth tests async