From 6bec7a3bea98eedfbe65bbb14cbce5f713fe8124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 30 Mar 2026 09:37:41 +0200 Subject: [PATCH 1/4] Remove Notifier section --- content/collections/reference/configuration.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/content/collections/reference/configuration.md b/content/collections/reference/configuration.md index 06b73ad5..a2086268 100644 --- a/content/collections/reference/configuration.md +++ b/content/collections/reference/configuration.md @@ -67,24 +67,6 @@ The fetcher section configures how the engine retrieves documents from the web. default="en" />}} -### Notifier - -The notifier section sets up how notifications are sent when new versions of terms are recorded. - -{{< refItem - name="notifier.sendInBlue.updatesListId" - type="string" - description="SendInBlue contacts list ID of persons to notify on terms updates." - default="850" -/>}} - -{{< refItem - name="notifier.sendInBlue.updateTemplateId" - type="string" - description="SendInBlue email template ID used for updates notifications." - default="7" -/>}} - ### Logger The logger section configures logging and error notification settings. From eac4957c802fd27e5b1c60b2ce6a5453ac00b236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 30 Mar 2026 09:37:48 +0200 Subject: [PATCH 2/4] Remove default SMTP --- content/collections/reference/configuration.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/collections/reference/configuration.md b/content/collections/reference/configuration.md index a2086268..39e5916d 100644 --- a/content/collections/reference/configuration.md +++ b/content/collections/reference/configuration.md @@ -75,21 +75,18 @@ The logger section configures logging and error notification settings. name="logger.smtp.host" type="string" description="SMTP server hostname." - default="smtp-relay.brevo.com" />}} {{< refItem name="logger.smtp.port" type="number" description="SMTP server port." - default="587" />}} {{< refItem name="logger.smtp.username" type="string" description="Username for SMTP server authentication." - default="admin@opentermsarchive.org" />}} {{< refItem From fb47aa38047ad3ddf7218a802fc6599b37492002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 30 Mar 2026 09:37:54 +0200 Subject: [PATCH 3/4] Remove OTA_ENGINE_SENDINBLUE_API_KEY --- content/collections/reference/environment-variables.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/collections/reference/environment-variables.md b/content/collections/reference/environment-variables.md index a7dceaac..30fec768 100644 --- a/content/collections/reference/environment-variables.md +++ b/content/collections/reference/environment-variables.md @@ -11,8 +11,6 @@ This reference documentation details all available environment variables that ca {{< refItem name="OTA_ENGINE_SMTP_PASSWORD" type="string" description="SMTP password for email error notifications." />}} -{{< refItem name="OTA_ENGINE_SENDINBLUE_API_KEY" type="string" description="API key for SendInBlue." />}} - {{< refItem name="OTA_ENGINE_GITHUB_TOKEN" type="string" description="GitHub token for API access and dataset publishing. If both GitHub and GitLab tokens are configured, GitHub takes precedence for dataset publishing." />}} {{< refItem name="OTA_ENGINE_GITLAB_TOKEN" type="string" description="GitLab token for API access and dataset publishing. Used only if GitHub token is not configured." />}} From 57ca999a26d4b0fc7b30a17b8f78e12a81971cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 30 Mar 2026 10:24:56 +0200 Subject: [PATCH 4/4] Remove reference to default SMTP port --- content/deployment/how-to/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/deployment/how-to/deploy.md b/content/deployment/how-to/deploy.md index 430b1047..aa131067 100644 --- a/content/deployment/how-to/deploy.md +++ b/content/deployment/how-to/deploy.md @@ -232,7 +232,7 @@ This section describes how to configure the engine to use a specific SMTP server }, ``` - > **Note**: If the default port (587) is blocked by your hosting provider, you can try using 2525 as an alternative. + > **Note**: If port 587 is blocked by your hosting provider, you can try using 2525 as an alternative. 3. Store the password in `deployment/.env`: