diff options
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-x | snap-src/bin/wekan-help | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 546399b6..452f0d21 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -58,6 +58,24 @@ 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 "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" +echo -e "To enable different Notify Due Days Before And After than default 2:" +echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='4'" +echo -e "\t-Disable Notifying for Due Days:" +echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='0'" +echo -e "\n" +echo -e "\t-To set back to default 2:" +echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after=''" +echo -e "\n" +echo -e "Notify due at hour of day. Default every morning at 8am. Can be 0-23." +echo -e "If env variable has parsing error, use default. Notification sent to watchers." +echo -e "To enable different Notify Due At Hour Of Day than default 8:" +echo -e "\t$ snap set $SNAP_NAME notify-due-at-hour-of-day='10'" +echo -e "\t-To set back default 8 of Notify Due at Hour of Day:" +echo -e "\t$ snap set $SNAP_NAME notify-due-at-hour-of-day=''" +echo -e "\n" echo -e "To enable the Email Notification Timeout of wekan in ms, default 30000 (=30s):" echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='10000'" echo -e "\t-Disable the Email Notification Timeout of Wekan:" |