From 1493b98901083b5a5b1adbac322fcd659546a597 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Mon, 16 Jun 2025 11:06:23 -0400 Subject: [PATCH] OpenCloud: add minimum config for email notifications --- install/opencloud-install.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 698a8e9a..4928bcd2 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -82,6 +82,23 @@ COLLABORATION_JWT_SECRET= # Applications WEB_ASSET_APPS_PATH=${CONFIG_DIR}/assets/apps + +# Notifications - Email settings +# NOTIFICATIONS_SMTP_HOST= +# NOTIFICATIONS_SMTP_PORT= +# NOTIFICATIONS_SMTP_SENDER= +# NOTIFICATIONS_SMTP_USERNAME= +# NOTIFICATIONS_SMTP_PASSWORD= +# NOTIFICATIONS_SMTP_AUTHENTICATION=login +# Encryption method. Possible values are 'starttls', 'ssltls' and 'none' +# NOTIFICATIONS_SMTP_ENCRYPTION=starttls +# Allow insecure connections. Defaults to false. +# NOTIFICATIONS_SMTP_INSECURE=false + +# Start additional services at runtime +# Examples: notifications, antivirus etc. +# Do not uncomment unless configured above. +# OC_ADD_RUN_SERVICES="notifications" EOF cat </etc/systemd/system/opencloud.service