auth-server/authentik
2025-07-21 16:56:06 -04:00
..
.env Replace Pocket ID with Authentik 2025-07-21 16:56:06 -04:00
docker-compose.yml Replace Pocket ID with Authentik 2025-07-21 16:56:06 -04:00
README.md Replace Pocket ID with Authentik 2025-07-21 16:56:06 -04:00

Authentik README

what

The Docker Compose and .env files that run Authentik

where

/srv/authentik/docker-compose.yml
/srv/authentik/.env

redacted values

For security, secrets have been redacted from these files. StarCat team members can find these values in 1Password. Soon, these values will be autofilled from Vault when the container starts.

making changes

If you make changes to .env, just pull the latest image and restart the service:

docker compose pull
docker compose up -d

upgrading

To upgrade Authentik, download the latest docker-compose.yml file, (optionally) put our comments at the top of the file, pull the latest images, and restart the service:

wget -O docker-compose.yml https://goauthentik.io/docker-compose.yml
docker compose pull
docker compose up -d