Skip to content

v0.3.22

Choose a tag to compare

@github-actions github-actions released this 20 Feb 23:48
· 0 commits to main since this release

Docker Images

This release includes the following Docker images:

  • ghcr.io/GoToBoy/glean-backend:v0.3.22
  • ghcr.io/GoToBoy/glean-web:v0.3.22
  • ghcr.io/GoToBoy/glean-admin:v0.3.22

Desktop Apps

Download the desktop application for your platform from the assets below.

Quick Start

# Download docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/GoToBoy/glean/main/docker-compose.yml -o docker-compose.yml

# Start Glean
docker compose up -d

# Access at http://localhost

See README for full documentation.

Full Changelog: v0.3.21...v0.3.22