|
@@ -58,6 +58,18 @@ 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 "Max image pixel: Allow to shrink attached/pasted image https://github.com/wekan/wekan/pull/2544"
|
|
|
+echo -e "Example:"
|
|
|
+echo -e "\t$ snap set $SNAP_NAME max-image-pixel='1024'"
|
|
|
+echo -e "Disabled:"
|
|
|
+echo -e "\t$ snap set $SNAP_NAME max-image-pixel=''"
|
|
|
+echo -e "\n"
|
|
|
+echo -e "Image compress ratio: Allow to shrink attached/pasted image https://github.com/wekan/wekan/pull/2544"
|
|
|
+echo -e "Example:"
|
|
|
+echo -e "\t$ snap set $SNAP_NAME image-compress-ratio='80'"
|
|
|
+echo -e "Disabled:"
|
|
|
+echo -e "\t$ snap set $SNAP_NAME image-compress-ratio=''"
|
|
|
+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:"
|