mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Allow to shrink attached/pasted image: Add to Snap/Docker/Source.
Thanks to xet7 !
This commit is contained in:
parent
26ebe6d63a
commit
ec80acf36b
7 changed files with 43 additions and 1 deletions
|
@ -21,6 +21,11 @@ SET PORT=2000
|
|||
REM # If you disable Wekan API with false, Export Board does not work.
|
||||
SET WITH_API=true
|
||||
|
||||
REM # ==== Allow to shrink attached/pasted image ====
|
||||
REM # https://github.com/wekan/wekan/pull/2544
|
||||
REM SET MAX_IMAGE_PIXEL=1024
|
||||
REM SET IMAGE_COMPRESS_RATIO=80
|
||||
|
||||
REM # ==== PASSWORD BRUTE FORCE PROTECTION ====
|
||||
REM #https://atmospherejs.com/lucasantoniassi/accounts-lockout
|
||||
REM #Defaults below. Uncomment to change. wekan/server/accounts-lockout.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue