summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-11 17:14:34 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-11 17:14:34 -0400
commitd7c09df7d2649bf2d2b61772c251f81793a6ed77 (patch)
treed84fb11e95986f1048fc3e5b047199ffc75746e3 /start-wekan.sh
parent507f84df4c08db89f85c2a03ffa97ed08980a535 (diff)
downloadwekan-d7c09df7d2649bf2d2b61772c251f81793a6ed77.tar.gz
wekan-d7c09df7d2649bf2d2b61772c251f81793a6ed77.tar.bz2
wekan-d7c09df7d2649bf2d2b61772c251f81793a6ed77.zip
Add BIGEVENTS_PATTERN to Source/Snap/Docker.
Thanks to xet7 !
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index a68ff7e8..ce4f20dd 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -37,6 +37,22 @@
#export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
#export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
#---------------------------------------------------------------
+ # ==== BIGEVENTS DUE ETC NOTIFICATIONS =====
+ # https://github.com/wekan/wekan/pull/2541
+ # Introduced a system env var BIGEVENTS_PATTERN default as "due",
+ # so any activityType matches the pattern, system will send out
+ # notifications to all board members no matter they are watching
+ # or tracking the board or not. Owner of the wekan server can
+ # disable the feature by setting this variable to "NONE" or
+ # change the pattern to any valid regex. i.e. '|' delimited
+ # activityType names.
+ # a) Default
+ #export BIGEVENTS_PATTERN=due
+ # b) All
+ #export BIGEVENTS_PATTERN=received|start|due|end
+ # c) Disabled
+ #export BIGEVENTS_PATTERN=NONE
+ #---------------------------------------------------------------
# ==== EMAIL DUE DATE NOTIFICATION =====
# https://github.com/wekan/wekan/pull/2536
# System timelines will be showing any user modification for