Invite links prototype working
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-12 19:46:48 +02:00
parent 480cd4a4fe
commit 80dd93823e
6 changed files with 327 additions and 26 deletions

View File

@ -1,5 +1,11 @@
# keycloak-collective-portal
> **WARNING**: this software is in a pre-alpha quality state and is an initial
> prototype. It is being developed within the context of
> [lumbung.space](https://lumbung.space/) and maybe have hard-coded values and
> configuration specifically for that environment. If the idea of this software
> sounds interesting to you, please let us know on the issue tracker!
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/keycloak-collective-portal/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/autonomic-cooperative/keycloak-collective-portal)
> Community Keycloak SSO user management
@ -42,9 +48,12 @@ your technology stack.
## Hacking
It's a [FastAPI](https://fastapi.tiangolo.com/) application.
It's a [FastAPI](https://fastapi.tiangolo.com/) application. Currently being
developed with Python 3.9. Once we move out of the prototype stage, more
version compatability will be offered.
```
$ docker run -p 6379:6379 -d redis:6-alpine
$ set -a && source .envrc && set +a
$ make
```