Skip to content

Releases: EntglDb/BLite.Server

v1.0.1

03 Apr 04:46

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v1.0.1
# or
docker pull mrdevrobotentgldb/blite-server:v1.0.1

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.1

Windows

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.sh

The 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: v1.0.0...v1.0.1

v1.0.0

23 Mar 17:01

Choose a tag to compare

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.0

Windows

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.sh

The 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

v0.3.4

23 Mar 14:41

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.3.4
# or
docker pull mrdevrobotentgldb/blite-server:v0.3.4

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.3.4

Windows

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.sh

The 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.3...v0.3.4

v0.3.3

23 Mar 08:39

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.3.3
# or
docker pull mrdevrobotentgldb/blite-server:v0.3.3

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.3.3

Windows

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.sh

The 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.2...v0.3.3

v0.3.2

23 Mar 08:34

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.3.2
# or
docker pull mrdevrobotentgldb/blite-server:v0.3.2

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.3.2

Windows

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.sh

The 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.1...v0.3.2

v0.3.1

22 Mar 19:14

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.3.1
# or
docker pull mrdevrobotentgldb/blite-server:v0.3.1

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.3.1

Windows

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.sh

The 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.0...v0.3.1

v0.3.0

22 Mar 14:33

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.3.0
# or
docker pull mrdevrobotentgldb/blite-server:v0.3.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:v0.3.0

Windows

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.sh

The 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.2.1...v0.3.0

v0.2.1

17 Mar 14:52

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.2.1
# or
docker pull mrdevrobotentgldb/blite-server:v0.2.1

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.2.1

Windows

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.sh

The 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.2.0...v0.2.1

v0.2.0

16 Mar 08:04

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.2.0
# or
docker pull mrdevrobotentgldb/blite-server:v0.2.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:v0.2.0

Windows

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.sh

The 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.1.7...v0.2.0

v0.1.7

15 Mar 14:07

Choose a tag to compare

Docker

docker pull ghcr.io/entgldb/blite-server:v0.1.7
# or
docker pull mrdevrobotentgldb/blite-server:v0.1.7

docker run -d \
  -e Auth__RootKey=<your-secret-key> \
  -p 2626:2626 \
  -p 2627:2627 \
  -v blite-data:/data \
  ghcr.io/entgldb/blite-server:v0.1.7

Windows

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.sh

The 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.1.6...v0.1.7