Caution
Development on this project is inactive.
Its dependencies are outdated and likely to have security vulnerabilities.
Do not make accessible to the public Internet as-is!
Use the provided Docker image, configuring the following environment variables:
| Variable | Description |
|---|---|
IS_DB_URI |
SQLAlchemy engine URL to use to select the database. |
IS_WEB_HOST |
Host to bind the webserver to. |
IS_WEB_PORT |
TCP port to bind the webserver to. |
IS_SECRET |
Secret used for administration tasks. |
CORS_ALLOW_ORIGINS |
Origins to return in the Access-Control-Allow-Origins header. |
The roadmap is published on GitHub Projects.