Members only space for lumbung.space https://members.lumbung.space
Go to file
Aadil Ayub 1ea953e517
continuous-integration/drone/push Build is passing Details
add more spacing to app descriptions
2022-05-25 17:43:52 +05:00
bulma@5aa114d445 feat: added most of the stylings 2022-01-12 15:00:12 +00:00
members_lumbung_space add more spacing to app descriptions 2022-05-25 17:43:52 +05:00
.dockerignore init 2022-01-10 13:34:17 +01:00
.drone.yml fix: deploy env vars 2022-01-10 16:56:02 +01:00
.env.sample fix: get invited by correctly 2022-01-10 17:43:00 +01:00
.gitignore chore: added env files to gitignore 2022-01-12 08:38:01 +00:00
.gitmodules feat: added most of the stylings 2022-01-12 15:00:12 +00:00
Dockerfile init 2022-01-10 13:34:17 +01:00
LICENSE init 2022-01-10 13:34:17 +01:00
README.md fix: deploy & badge 2022-01-10 13:47:47 +01:00
compose.yml fix; missing env vars 2022-01-10 17:20:51 +01:00
entrypoint.sh.tmpl fix: typo 2022-01-10 16:53:43 +01:00
makefile fix: only reload on real changes 2022-01-10 16:31:00 +01:00
poetry.lock feat: resource map 2022-01-10 16:20:47 +01:00
pyproject.toml feat: resource map 2022-01-10 16:20:47 +01:00
sass_to_transpile.scss feat: added most of the stylings 2022-01-12 15:00:12 +00:00

README.md

members.lumbung.space

Build Status

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