From 1f510a18caea2d622eff10eb5e01c473a3c782a2 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Tue, 25 Mar 2025 12:09:36 +0100 Subject: [PATCH] added authlib to requirements --- .env.demo | 9 ++++++++- requirements.txt | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.env.demo b/.env.demo index a24f4427..a2ad6189 100644 --- a/.env.demo +++ b/.env.demo @@ -44,4 +44,11 @@ IMAP2_SSL=true IMAP2_POLL_INTERVAL_MINUTES=10 IMAP2_DELETE_AFTER_PROCESS=false -GOTENBERG_URL=http://gotenberg:3000 \ No newline at end of file +GOTENBERG_URL=http://gotenberg:3000 + +# ** needed for Authentik ** + +SESSION_SECRET= +AUTHENTIK_CLIENT_ID= +AUTHENTIK_CLIENT_SECRET= +AUTHENTIK_CONFIG_URL= \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e61f348f..e261fe8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,6 @@ openai pymupdf requests dropbox -azure-ai-documentintelligence \ No newline at end of file +azure-ai-documentintelligence +authlib +python-dotenv \ No newline at end of file