add Authentik & changedetection

This commit is contained in:
Sönke Domröse
2025-05-26 16:32:01 +02:00
parent b762e74f48
commit 8f5c03762a
4 changed files with 53 additions and 0 deletions

15
authentik/.env Normal file
View File

@@ -0,0 +1,15 @@
# SMTP Host Emails are sent to
AUTHENTIK_EMAIL__HOST=localhost
AUTHENTIK_EMAIL__PORT=25
# Optionally authenticate (don't add quotation marks to your password)
AUTHENTIK_EMAIL__USERNAME=
AUTHENTIK_EMAIL__PASSWORD=
# Use StartTLS
AUTHENTIK_EMAIL__USE_TLS=false
# Use SSL
AUTHENTIK_EMAIL__USE_SSL=false
AUTHENTIK_EMAIL__TIMEOUT=10
# Email address authentik will send from, should have a correct @domain
AUTHENTIK_EMAIL__FROM=authentik@localhost
COMPOSE_PORT_HTTP=8444
COMPOSE_PORT_HTTPS=9444