Changelog
Fix deployment issues.
Important
If you're upgrading from a previous version, you'll need to purge the old data due to incompatibility with docker compose down -v. Note that this command will DELETE ALL DATA permanently.
Glean is still in active development, and I sincerely apologize for this inconvenience.
Docker Images
This release includes the following Docker images:
ghcr.io/LeslieLeung/glean-backend:v0.2.1ghcr.io/LeslieLeung/glean-web:v0.2.1ghcr.io/LeslieLeung/glean-admin:v0.2.1
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/LeslieLeung/glean/main/docker-compose.yml -o docker-compose.yml
# Start Glean
docker compose up -d
# Access at http://localhostSee README for full documentation.
Full Changelog: v0.2.0...v0.2.1