From d7c09df7d2649bf2d2b61772c251f81793a6ed77 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 11 Jul 2019 17:14:34 -0400 Subject: Add BIGEVENTS_PATTERN to Source/Snap/Docker. Thanks to xet7 ! --- docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index fb8bd1d2..bdc085aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -232,6 +232,22 @@ services: #- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60 #- 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 + #- BIGEVENTS_PATTERN=due + # b) All + #- BIGEVENTS_PATTERN=received|start|due|end + # c) Disabled + #- BIGEVENTS_PATTERN=NONE + #--------------------------------------------------------------- # ==== EMAIL DUE DATE NOTIFICATION ===== # https://github.com/wekan/wekan/pull/2536 # System timelines will be showing any user modification for -- cgit v1.2.3-1-g7c22