Skip to main content

Customization

settings.pagination.perPage

How many items should be retrieved per page. Defaults to 20.

settings.theme.base

Configure the base color scheme. Defaults to automatic, which switches between dark and light mode based on the users' browsers' preference. Choices: automatic, dark, light.

Global customization

Custom CSS

To further modify the look of authentik, a custom CSS file can be created. Creating such a file is outside the scope of this document.

Create a `docker-compose.override.yml` file and add this block to mount the custom CSS file:
version: "3.2"

services:
server:
volumes:
- ./my-css-file.css:/web/dist/custom.css

Afterwards, run the upgrade commands from the latest release notes.