Skip to content

Bootstrapping

Canaille

Configuration

The easier way to configure Canaille is through the web interface.

First, you may need to add your user to the admin LDAP group from the command line.

Bash
docker compose -f auth/compose.yaml -f auth/compose.override.yaml exec canaille \
    canaille set user --groups "admin"  "your_user_name"

Or, if the admin group does not already exist:

Bash
docker compose -f auth/compose.yaml -f auth/compose.override.yaml exec canaille \
     canaille create group --display-name "admin" --members "your_user_name"

The admin group is configured by default to have every administrative rights in the web UI. From there, you will be able to manage from there instead.