From 8338250fcb0f9f6b65abedd0834353fbeb6eac50 Mon Sep 17 00:00:00 2001 From: Michael Scheidel Date: Tue, 4 Nov 2025 21:31:51 +0100 Subject: [PATCH] =?UTF-8?q?infrastructure/authentik/.env=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infrastructure/authentik/.env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 infrastructure/authentik/.env diff --git a/infrastructure/authentik/.env b/infrastructure/authentik/.env new file mode 100644 index 0000000..f18fc2f --- /dev/null +++ b/infrastructure/authentik/.env @@ -0,0 +1,18 @@ +PG_PASS=7F9yiQ5b78bpTqdEAN7W7FzlZKBc2AsBK8nQl5vT +AUTHENTIK_SECRET_KEY=qgY18hxy28MOjMqYf2MoynYCCwm3YJPI9VhFC73pzyvewOFxtp +AUTHENTIK_ERROR_REPORTING__ENABLED=true +# SMTP Host Emails are sent to +AUTHENTIK_EMAIL__HOST=smtp.strato.de +AUTHENTIK_EMAIL__PORT=465 +# Optionally authenticate (don't add quotation marks to your password) +AUTHENTIK_EMAIL__USERNAME=michael.scheidel@scheidel.biz +AUTHENTIK_EMAIL__PASSWORD=?EAM?Yes!01 +# Use StartTLS +AUTHENTIK_EMAIL__USE_TLS=true +# 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=michael.scheidel@scheidel.biz +COMPOSE_PORT_HTTP=80 +COMPOSE_PORT_HTTPS=443 \ No newline at end of file