Invite links prototype working
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
11
README.md
11
README.md
@ -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!
|
||||
|
||||
[](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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user