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