v2.35.0-beta.4 — Self-Hosted Single-User Appliance
Pre-release
Pre-release
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.ymlparse 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 -dSee SELF_HOSTED_DEPLOYMENT.md for the full guide.