mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add BIGEVENTS_PATTERN to Source/Snap/Docker.
Thanks to xet7 !
This commit is contained in:
parent
507f84df4c
commit
d7c09df7d2
7 changed files with 79 additions and 1 deletions
|
|
@ -58,6 +58,15 @@ echo -e "\n"
|
|||
echo -e "Accounts lockout unknown users failure window, in seconds. Default: 15"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-failure-window='15'"
|
||||
echo -e "\n"
|
||||
echo -e "BIGEVENTS DUE ETC NOTIFICATIONS https://github.com/wekan/wekan/pull/2541"
|
||||
echo -e "Big events pattern: Notify always due etc regardless of notification settings. Default: due, All: received|start|due|end, Disabled: NONE"
|
||||
echo -e "Default:"
|
||||
echo -e "\t$ snap set $SNAP_NAME bigevents-pattern='due'"
|
||||
echo -e "All:"
|
||||
echo -e "\t$ snap set $SNAP_NAME bigevents-pattern='received|start|due|end'"
|
||||
echo -e "Disabled:"
|
||||
echo -e "\t$ snap set $SNAP_NAME bigevents-pattern='NONE'"
|
||||
echo -e "\n"
|
||||
echo -e "EMAIL DUE DATE NOTIFICATION https://github.com/wekan/wekan/pull/2536"
|
||||
echo -e "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."
|
||||
echo -e "Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue