From ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 18 Jul 2019 04:52:19 +0300 Subject: Allow to shrink attached/pasted image: Add to Snap/Docker/Source. Thanks to xet7 ! --- start-wekan.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index ce4f20dd..6f235f63 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -37,6 +37,11 @@ #export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60 #export ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15 #--------------------------------------------------------------- + # ==== Allow to shrink attached/pasted image ==== + # https://github.com/wekan/wekan/pull/2544 + #export MAX_IMAGE_PIXEL=1024 + #export IMAGE_COMPRESS_RATIO=80 + #--------------------------------------------------------------- # ==== BIGEVENTS DUE ETC NOTIFICATIONS ===== # https://github.com/wekan/wekan/pull/2541 # Introduced a system env var BIGEVENTS_PATTERN default as "due", -- cgit v1.2.3-1-g7c22