Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 01:25
95c6a09

Docker Images

docker pull ghcr.io/orbivort/scrsphere/backend:1.5.1
docker pull ghcr.io/orbivort/scrsphere/frontend:1.5.1

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.5.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 -d

What's Changed

[1.5.1] - 2026-06-05

Security


Full Changelog: v1.5.0...v1.5.1