mirror of
https://github.com/RYGhub/impressive-strawberry.git
synced 2026-02-04 03:13:44 +01:00
Achievements-as-a-service
| .idea | ||
| .media | ||
| .vscode | ||
| impressive_strawberry | ||
| .dockerignore | ||
| .env.testing | ||
| .gitignore | ||
| .pylintrc | ||
| alembic.ini | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE.txt | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| strawberry.iml | ||
Impressive Strawberry
Achievement-as-a-service
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!
Links
Tools
Packaging
Documentation
Development
Installation
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. |
Roadmap
The roadmap is published on GitHub Projects.