LiveContext CE v0.1.12
What is new
Fixed
- A brand-new install now starts with account creation, not a login wall. The very first visit used to land on "Welcome back. Sign in to continue where you left off.", a dead end when no account exists yet. A fresh install now routes straight to "Set up your LiveContext", the creation of the administrator account (your intended destination is preserved and used right after signup). As soon as any account exists, the normal sign-in page is back. Installs that already have accounts are unaffected.
Update an existing install
git pull
docker compose pull
docker compose up -d
The compose file pins this release's image tag, so run git pull first. Your data lives in Docker volumes and is kept across updates.
Fresh install
git clone https://github.com/livecontext-ai/livecontext-ce
cd livecontext-ce
docker compose up -d
Then open http://localhost:3000
Images
- ghcr.io/livecontext-ai/livecontext-ce:v0.1.12
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.1.12
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.1.12
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.1.12 (opt-in renderer profile)