Skip to content

v2.35.0-beta.4 — Self-Hosted Single-User Appliance

Pre-release
Pre-release

Choose a tag to compare

@0Reliance 0Reliance released this 08 Jul 01:50

Synced from glassy v2.35.0-beta.4.

What's new in beta.4

  • CORS preflight exemption for /api/verify-selfhost — membership verification now works correctly.
  • publish-image.yml parse fix — tag-driven image builds now run properly.
  • Extension download links bumped to v2.11.2 (self-host CSP, Tailscale/LAN support).

Install

git clone https://github.com/0Reliance/glassy-selfhost.git
cd glassy-selfhost
cp .env.example .env
# Set three required fields in .env:
#   GLASSY_MEMBER_EMAIL=your@glassy-account-email
#   JWT_SECRET=$(openssl rand -hex 32)
#   API_KEY_ENCRYPTION_KEY=$(openssl rand -hex 32)
docker compose up -d

See SELF_HOSTED_DEPLOYMENT.md for the full guide.