Appearance
Quickstart
Installation
Start the service using this docker compose
sh
docker compose -f https://raw.githubusercontent.com/flotte-org/flotte/main/docker/docker-compose.yml up -dSetting up users and hosts
Setting up keycloak (see Using your own identity provider for more details)
- start the keycloak server
- create a realm (e.g. flotte)
- create a client (e.g. flotte) with access type
confidentialand valid redirect URIshttp://localhost:8080/* - create a user (e.g. flotte) with password (e.g. flotte)
- get the client secret from the client settings
- configure flotte to use keycloak