VLStream Cloud v1.0.0
VLStream Cloud v1.0.0
This is the first official release of VLStream Cloud, including the frontend, backend, and a complete Docker Compose setup for local deployment.
Deployment Features
Public frontend and backend images are available on GHCR.
The default Docker Compose configuration includes MySQL, Redis, and MinIO, allowing the entire system to be started with:
docker compose up -d
An alternative deployment configuration is provided for connecting to external MySQL and Redis services.
Release assets include a clean initialization SQL script, historical data, and database upgrade scripts, published unchanged according to the 4C plan.
Before deploying to a production environment, change all default passwords and read the README.zh-CN.md file included in the release package.
Full Changelog: https://github.com/OortCloudGroup/VLStream-Cloud/commits/v1.0.0