From c1dcf1d1d93b8294562caf37d96d3facad40941c Mon Sep 17 00:00:00 2001 From: Joerg Kastning Date: Wed, 22 Oct 2025 19:52:19 +0200 Subject: [PATCH 1/3] Fix: Remove confusing comment - notifications is not mandatory - Solves #118 Signed-off-by: Joerg Kastning --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index 5070ec0..f28c4d1 100644 --- a/.env.example +++ b/.env.example @@ -160,7 +160,6 @@ SMTP_INSECURE= # Addititional services to be started on opencloud startup # The following list of services is not startet automatically and must be # manually defined for startup: -# IMPORTANT: The notification service is MANDATORY, do not delete! # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. START_ADDITIONAL_SERVICES="notifications" From 85e3098e1cac4ac91840284f7ee9abaaf9af45aa Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Thu, 23 Oct 2025 18:02:04 +0200 Subject: [PATCH 2/3] fix: fix typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f28c4d1..36abda1 100644 --- a/.env.example +++ b/.env.example @@ -158,7 +158,7 @@ SMTP_TRANSPORT_ENCRYPTION= SMTP_INSECURE= # Addititional services to be started on opencloud startup -# The following list of services is not startet automatically and must be +# The following list of services is not started automatically and must be # manually defined for startup: # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. START_ADDITIONAL_SERVICES="notifications" From 93b8186eb6f61ec0e782ba77738770075615a594 Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Thu, 23 Oct 2025 18:09:23 +0200 Subject: [PATCH 3/3] fix: rephrase and fix additional typo --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 36abda1..2e4c5ca 100644 --- a/.env.example +++ b/.env.example @@ -137,6 +137,8 @@ DECOMPOSEDS3_BUCKET= # Define SMTP settings if you would like to send OpenCloud email notifications. +# To actually send notifications, you also need to enable the 'notifications' service +# by adding it to the START_ADDITIONAL_SERVICES variable below. # # NOTE: when configuring Inbucket, these settings have no effect, see inbucket.yml for details. # SMTP host to connect to. @@ -157,11 +159,11 @@ SMTP_TRANSPORT_ENCRYPTION= # Allow insecure connections to the SMTP server. Defaults to false. SMTP_INSECURE= -# Addititional services to be started on opencloud startup +# Additional services to be started on opencloud startup # The following list of services is not started automatically and must be # manually defined for startup: # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. -START_ADDITIONAL_SERVICES="notifications" +START_ADDITIONAL_SERVICES="" ## Default Enabled Services ##