v1.0.0
Docker
docker pull ghcr.io/entgldb/blite-server:v1.0.0
# or
docker pull mrdevrobotentgldb/blite-server:v1.0.0
docker run -d \
-e Auth__RootKey=<your-secret-key> \
-p 2626:2626 \
-p 2627:2627 \
-v blite-data:/data \
ghcr.io/entgldb/blite-server:v1.0.0Windows
Run the .exe installer as Administrator. The wizard will ask for ports,
a root API key, and the source URL (required for AGPLv3 §13 compliance).
BLite Server is registered as a Windows Service and starts automatically.
Linux
tar -xzf blite-server-*-linux-x64.tar.gz
cd blite-server-*-linux-x64
sudo ./install.shThe installer creates a blite system user, installs the binary to
/opt/blite-server, and registers a systemd service.
AGPLv3 notice — source code is available at
https://github.com/EntglDb/BLite.Server
Full Changelog: v0.3.4...v1.0.0