v1.4.1
Docker Images
docker pull ghcr.io/orbivort/scrsphere/backend:1.4.1
docker pull ghcr.io/orbivort/scrsphere/frontend:1.4.1Deployment
See the Deployment Guide for complete setup instructions.
Quick start:
git clone --depth 1 --branch v1.4.1 https://github.com/orbivort/scrsphere.git
cd scrsphere
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -dWhat's Changed
[1.4.1] - 2026-05-23
Security
- qs: fix moderate severity DoS vulnerability - CVE-2026-8723
Full Changelog: v1.4.0...v1.4.1