v2.35.0-beta.2 — Self-Hosted Single-User Appliance
Pre-release
Pre-release
Glassy self-hosted appliance — beta
Single-user Docker appliance with all premium features unlocked. One docker compose up -d.
What's in this release
- Full server-side gating: registration permanently disabled, commerce/Stripe/push/Sentry/email all off on the appliance, BYOK-only cloud AI, owner auto-unlocked (
clear_lifetime) - Live Obsidian vault sync, Ollama local AI, MCP server + Second Brain, Agent Gateway — all work out of the box
- Opt-in compose overlays: bundled Ollama sidecar (
docker-compose.ollama.yml), automatic HTTPS via Caddy (docker-compose.https.yml), daily auto-update via Watchtower (docker-compose.watchtower.yml) - Automatic daily backups (02:00, encrypted if
BACKUP_ENCRYPTION_KEYset) - Multi-device access: Tailscale, Cloudflare Tunnel, Caddy HTTPS
Quick start
git clone https://github.com/0Reliance/glassy-selfhost.git
cd glassy-selfhost
cp .env.example .env
# Fill in JWT_SECRET and API_KEY_ENCRYPTION_KEY (openssl rand -hex 32 twice)
docker compose up -dImage
ghcr.io/0reliance/glassy-dash:v2.35.0-beta.2
Requirements
- Docker Engine 24+ (or Docker Desktop)
- 1 GB RAM minimum (2 GB recommended)
- Any Linux, macOS, or Windows host
Notes
This is a beta release. The GHCR package will be made public before stable v1.0. File issues at 0Reliance/glassy-selfhost/issues.