mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements.
Thanks to xet7 !
This commit is contained in:
parent
d152d8fc1b
commit
1b8b8d2eef
196 changed files with 17659 additions and 10028 deletions
|
|
@ -20,6 +20,7 @@ ENV \
|
|||
FIBERS_VERSION=4.0.1 \
|
||||
SRC_PATH=./ \
|
||||
WITH_API=true \
|
||||
MONGO_OPLOG_URL="" \
|
||||
RESULTS_PER_PAGE="" \
|
||||
DEFAULT_BOARD_ID="" \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE=3 \
|
||||
|
|
@ -196,9 +197,9 @@ ln -sf $(which bsdtar) $(which tar)
|
|||
# WeKan Bundle Installation
|
||||
mkdir -p /home/wekan/app
|
||||
cd /home/wekan/app
|
||||
wget "https://github.com/wekan/wekan/releases/download/v8.29/wekan-8.29-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.29-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.29-${WEKAN_ARCH}.zip"
|
||||
wget "https://github.com/wekan/wekan/releases/download/v8.28/wekan-8.28-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.28-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.28-${WEKAN_ARCH}.zip"
|
||||
mv /home/wekan/app/bundle /build
|
||||
|
||||
# Restore original tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue