summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help12
1 files changed, 12 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 6fb75613..56436dc7 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -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:"