Files
authelia/authelia-service-session.conf
zpericic 755fe4e81e Initial authelia 4.39.20 package
- Base + service (native binary), container (rootless quadlet),
  postgresql and redis subpackages
- Fixed UID/GID 126 for the authelia user
- Rootless pod publishing 127.0.0.1:9091; db and redis join the pod
  (container) or publish on localhost (service)
- Container images pinned by digest
- Native -service subpackage built conditionally (--without service)
2026-08-06 17:37:21 +02:00

14 lines
403 B
Plaintext

[Unit]
Wants=authelia-redis.service
After=authelia-redis.service
[Service]
###
# Redis session storage (authelia-redis subpackage) for the native
# authelia-service install.
# Uncomment to store sessions in Redis instead of memory.
# The authelia-redis container publishes 127.0.0.1:6379 on the host.
###
#Environment=AUTHELIA_SESSION_REDIS_HOST=127.0.0.1
#Environment=AUTHELIA_SESSION_REDIS_PORT=6379