authentik-worker

authentik-worker

Application Docker from zuerrex's Repository

Vue d'ensemble

The Authentik worker container processes background jobs, scheduled tasks, and asynchronous operations for the server. It handles actions such as sending emails, running LDAP/SCIM syncs, processing login events, and managing provisioning.

Exigences

The worker runs alongside the server and connects to the same PostgreSQL (16 and above) and Redis instances. It depends on PostgreSQL and Redis, install them first.

Running as non-root
If you remove --user root from Extra Parameters, you must ensure file/share permissions are handled manually so the worker can read/write any mapped paths.

Docker socket options (choose ONE):
1- Direct socket (easiest, least safe):
Map /var/run/docker.sock and set the socket path in the template. This gives Authentik broad Docker control - use only in trusted environments.
2- Socket-proxy:
Point Authentik’s Outpost Integration to your proxy and enable only the endpoints needed for outpost lifecycle:
IMAGES=1, CONTAINERS=1, POST=1, INFO=1, VERSION=1
Type: Docker Service-Connection, URL: http://socket-proxy:2375, Local: toggled off
3- No socket (recommended):
Don’t expose Docker Socket at all. Manage outposts manually from Authentik (create/update/remove them yourself).

Arguments d'exécution

Réseau
bridge
Coquille
sh
Privilégié
false
Paramètres supplémentaires
--user root

Configuration du modèle

Secret KeyVariable

Cryptographic key for Authentik.

Cible
AUTHENTIK_SECRET_KEY
Redis HostVariable

Host/IP of the Redis server.

Cible
AUTHENTIK_REDIS__HOST
Défaut
redis
Valeur
redis
Redis PasswordVariable

Password of Redis server.

Cible
AUTHENTIK_REDIS__PASSWORD
PostgreSQL HostVariable

Host/IP of the PostgreSQL database.

Cible
AUTHENTIK_POSTGRESQL__HOST
Défaut
postgresql16
Valeur
postgresql
PostgreSQL UserVariable

Username for PostgreSQL access.

Cible
AUTHENTIK_POSTGRESQL__USER
Défaut
postgres
Valeur
postgres
PostgreSQL Database NameVariable

Name of the PostgreSQL database.

Cible
AUTHENTIK_POSTGRESQL__NAME
Défaut
authentik
Valeur
authentik
PostgreSQL PasswordVariable

Password for the PostgreSQL user.

Cible
AUTHENTIK_POSTGRESQL__PASSWORD
Docker Socket VolumePathrw

Mounts Docker socket for container management.

Cible
/var/run/docker.sock
Media VolumePathrw

Stores uploaded media and assets.

Cible
/media
Défaut
/mnt/user/appdata/authentik/media
Valeur
/mnt/user/appdata/authentik/media
Certificates VolumePathrw

Stores SSL/TLS certificates.

Cible
/certs
Défaut
/mnt/user/appdata/authentik/certs
Valeur
/mnt/user/appdata/authentik/certs
Custom Templates VolumePathrw

Stores custom Authentik templates.

Cible
/templates
Défaut
/mnt/user/appdata/authentik/templates
Valeur
/mnt/user/appdata/authentik/templates
Enable Error ReportingVariable

Enable/disable sending error reports (true/false).

Cible
AUTHENTIK_ERROR_REPORTING__ENABLED
Défaut
true
Valeur
true
Email HostVariable

SMTP server hostname.

Cible
AUTHENTIK_EMAIL__HOST
Défaut
smtp.gmail.com
Valeur
smtp.gmail.com
Email PortVariable

SMTP server port.

Cible
AUTHENTIK_EMAIL__PORT
Défaut
587
Valeur
587
Email UsernameVariable

SMTP account username.

Cible
AUTHENTIK_EMAIL__USERNAME
Défaut
example@localhost
Email PasswordVariable

For Gmail, visit https://myaccount.google.com/apppasswords

Cible
AUTHENTIK_EMAIL__PASSWORD
Email Use TLSVariable

Enable TLS for SMTP (true/false).

Cible
AUTHENTIK_EMAIL__USE_TLS
Défaut
true
Valeur
true
Email Use SSLVariable

Enable SSL for SMTP (true/false).

Cible
AUTHENTIK_EMAIL__USE_SSL
Défaut
false
Valeur
false
Email TimeoutVariable

SMTP timeout in seconds.

Cible
AUTHENTIK_EMAIL__TIMEOUT
Défaut
10
Valeur
10
Email From AddressVariable

Default “From” email address.

Cible
AUTHENTIK_EMAIL__FROM
Défaut
authintik@localhost

Détails

Référentiel
ghcr.io/goauthentik/server:2025.8.1
Dernière mise à jour2026-06-01
Première vue2025-08-28

Exécutez authentik-worker sur Unraid.

authentik-worker est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.