Members only space for
lumbung.space
https://members.lumbung.space
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
bulma@5aa114d445 | 1 year ago | |
members_lumbung_space | 8 months ago | |
.dockerignore | 1 year ago | |
.drone.yml | 1 year ago | |
.env.sample | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
compose.yml | 1 year ago | |
entrypoint.sh.tmpl | 1 year ago | |
makefile | 1 year ago | |
poetry.lock | 1 year ago | |
pyproject.toml | 1 year ago | |
sass_to_transpile.scss | 1 year ago |
README.md
members.lumbung.space
WIP members only space for
lumbung[dot]space
Hacking
It's a FastAPI application (if you know
Flask /
Sanic then it is more or less the
same thing). Currently being developed with Python 3.9. Once we move out of the
prototype stage, more version compatability will be offered. You'll need a
working Keycloak install as well to fill in correct .env
values. A more
covenient development environment will come along shortly too.
$ docker run -p 6379:6379 -d redis:6-alpine
$ cp .env.sample .env # fill with real values
$ set -a && source .env && set +a
$ make