OpenCloud: add minimum config for email notifications
This commit is contained in:
parent
dab53b9dd4
commit
1493b98901
@ -82,6 +82,23 @@ COLLABORATION_JWT_SECRET=
|
|||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
WEB_ASSET_APPS_PATH=${CONFIG_DIR}/assets/apps
|
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
|
EOF
|
||||||
|
|
||||||
cat <<EOF >/etc/systemd/system/opencloud.service
|
cat <<EOF >/etc/systemd/system/opencloud.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user