From 61ae1db31072e3bab6c76a67dc0ff47f92ba9128 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 5 Nov 2025 16:05:20 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c13d92..d36d2b8 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,18 @@ docuseal-listener: ports: - "5001:8000" # Expose port 5001 on your host, mapping to port 8000 in the container environment: - # Add these two lines for URL rewriting. For local testing Internal = Public + # --- Set to true to skip downloading the audit log file --- + - SKIP_AUDIT_LOG=true + # Add these two lines for URL rewriting - DOCUSEAL_PUBLIC_URL=https://docu.nord-go.com - - DOCUSEAL_INTERNAL_URL=http://app:3000 - # Enable or disable Verification + - DOCUSEAL_INTERNAL_URL=http://192.168.20.3:3020 + # --- Enable new features --- + - APPEND_SUBMITTER_INFO=true + - APPEND_TIMESTAMP=true + # With or without secret - DISABLE_WEBHOOK_VERIFICATION=true # IMPORTANT: Set your secret here - - DOCUSEAL_WEBHOOK_SECRET=YourSuperSecretTokenFromDocuseal + #- DOCUSEAL_WEBHOOK_SECRET="964054b613a8bda0312ce77e23ee107e610837d03e9795eeaf82a4afb1cd3ecc" # This internal path must match the one in the Python script - PAPERLESS_CONSUME_DIR=/consume volumes: