summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-18 04:52:19 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-18 04:52:19 +0300
commitec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8 (patch)
treefc747370cce284f71bdcfb4c0ea2a8ea0d1cb4a5 /start-wekan.sh
parent26ebe6d63a7892f7c293098dba55107b737eb59b (diff)
downloadwekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.tar.gz
wekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.tar.bz2
wekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.zip
Allow to shrink attached/pasted image: Add to Snap/Docker/Source.
Thanks to xet7 !
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh5
1 files changed, 5 insertions, 0 deletions
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",