Skip to content

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 -d

Setting up users and hosts

Setting up keycloak (see Using your own identity provider for more details)

  1. start the keycloak server
  2. create a realm (e.g. flotte)
  3. create a client (e.g. flotte) with access type confidential and valid redirect URIs http://localhost:8080/*
  4. create a user (e.g. flotte) with password (e.g. flotte)
  5. get the client secret from the client settings
  6. configure flotte to use keycloak