summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 13:45:37 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 13:45:37 -0400
commit5084cddf37ba16ce0855f8575c39f5e62d1b7f67 (patch)
tree0eaace648c97c2425a6121b0c0c332c1abeea065 /start-wekan.sh
parenta3201f4d289ea50e9679e35d0c4644f0a6345052 (diff)
downloadwekan-5084cddf37ba16ce0855f8575c39f5e62d1b7f67.tar.gz
wekan-5084cddf37ba16ce0855f8575c39f5e62d1b7f67.tar.bz2
wekan-5084cddf37ba16ce0855f8575c39f5e62d1b7f67.zip
Notify Due Days: Add settings to Snap/Docker/Source.
Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh19
1 files changed, 18 insertions, 1 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index 304c1006..a68ff7e8 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -36,7 +36,24 @@
#export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE=3
#export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
#export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
- #---------------------------------------------
+ #---------------------------------------------------------------
+ # ==== EMAIL DUE DATE NOTIFICATION =====
+ # https://github.com/wekan/wekan/pull/2536
+ # System timelines will be showing any user modification for
+ # dueat startat endat receivedat, also notification to
+ # the watchers and if any card is due, about due or past due.
+ #
+ # Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2
+ #export NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=2
+ #
+ # Notify due at hour of day. Default every morning at 8am. Can be 0-23.
+ # If env variable has parsing error, use default. Notification sent to watchers.
+ #export NOTIFY_DUE_AT_HOUR_OF_DAY=8
+ #-----------------------------------------------------------------
+ # ==== EMAIL NOTIFICATION TIMEOUT, ms =====
+ # Defaut: 30000 ms = 30s
+ #export EMAIL_NOTIFICATION_TIMEOUT=30000
+ #-----------------------------------------------------------------
# CORS: Set Access-Control-Allow-Origin header. Example: *
#export CORS=*
# To enable the Set Access-Control-Allow-Headers header. "Authorization,Content-Type" is required for cross-origin use of the API.