Update IREADME, variant clarification

Clarified the current status of Ignis variants and their hosting options.
This commit is contained in:
Nystik-gh 2026-05-22 20:36:12 +02:00 committed by GitHub
parent f7fd3d9fba
commit 840af89feb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,12 +30,7 @@ Plugin compatibility depends on what APIs a plugin uses; most plugins built on O
## Variants ## Variants
Ignis ships in two forms with the same in-browser experience: Ignis ships currently ships as a self-hosted server but I have plans for a desktop plugin. The server variant code and Readme with details and setup instructions lives here: [`apps/ignis-server/`](apps/ignis-server/)
- **Self-hosted server** -- [`apps/ignis-server/`](apps/ignis-server/). Docker container running Express. Stable, in daily use. See its README for setup, env vars, and reverse-proxy examples.
- **Desktop plugin** -- `apps/ignis-local/`. Planned.
The rest of this README describes the shared experience.
## What works ## What works