1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge pull request #139 from YunoHost-Apps/6.20

6.20
This commit is contained in:
yalh76 2022-05-23 19:43:35 +02:00 committed by GitHub
commit d974bc9c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 50 deletions

View file

@ -12,26 +12,10 @@
setup_private=1
setup_public=1
upgrade=1
# 3.79~ynh2
#upgrade=1 from_commit=2843d504bcdb0402939f87ebeeda3417de02a9e4
# 3.95~ynh1
#upgrade=1 from_commit=46f4b540cb99090a3fe1d35828094dbbfb34b692
# 3.95~ynh1
#upgrade=1 from_commit=3cd252289f4fd138879872658762f4c6ae415cc4
# 4.09~ynh1
#upgrade=1 from_commit=c2b4715e8591031f3054cedb1220e7619607bb36
# 4.43~ynh1
#upgrade=1 from_commit=2cf63bd4d660eae4526221c1a68efede499e3ee6
# 4.64~ynh1
#upgrade=1 from_commit=32fe3a7c342e5f29d7a7534125151723f916de46
# 4.64~ynh2
#upgrade=1 from_commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
# 5.00~ynh1
#upgrade=1 from_commit=8655e8062d1bc6e90b01b98ca9a0dea15d60119e
# 5.17~ynh1
upgrade=1 from_commit=8cdb28eff25b8b431635b87f92f96f8e216ad71f
# 5.35~ynh1
upgrade=1 from_commit=2e9c8be6b87d5c4cd6693e7b3c0c05cfc7d1ac51
# 5.93~ynh1
upgrade=1 from_commit=493a70f7d0e79b3ee92d53976a0cd35fa944b428
backup_restore=1
multi_instance=1
port_already_use=0
@ -40,23 +24,7 @@
Email=ljf+ynh-wekan@reflexlibre.net
Notification=down
;;; Upgrade options
; commit=2843d504bcdb0402939f87ebeeda3417de02a9e4
name=3.79~ynh2
; commit=46f4b540cb99090a3fe1d35828094dbbfb34b692
name=3.95~ynh1
; commit=3cd252289f4fd138879872658762f4c6ae415cc4
name=3.95~ynh1
; commit=c2b4715e8591031f3054cedb1220e7619607bb36
name=4.09~ynh1
; commit=2cf63bd4d660eae4526221c1a68efede499e3ee6
name=4.43~ynh1
; commit=32fe3a7c342e5f29d7a7534125151723f916de46
name=4.64~ynh1
; commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
name=4.64~ynh2
; commit=8655e8062d1bc6e90b01b98ca9a0dea15d60119e
name=5.00~ynh1
; commit=8cdb28eff25b8b431635b87f92f96f8e216ad71f
name=5.17~ynh1
; commit=2e9c8be6b87d5c4cd6693e7b3c0c05cfc7d1ac51
name=5.35~ynh1
; commit=493a70f7d0e79b3ee92d53976a0cd35fa944b428
name=5.93~ynh1

View file

@ -3,6 +3,10 @@
# The Node Environnement
NODE_ENV=production
# Writable path for temporary saving attachments during migration to Meteor-Files
# Create directory wekan-uploads
WRITABLE_PATH=__FINALPATH__
# The path to NODEJS
__YNH_NODE_LOAD_PATH__
#---------------------------------------------

View file

@ -1,9 +1,6 @@
# This is on YunoHost server just to avoid the file from disappearing
# Original source is https://releases.wekan.team/wekan-5.93.zip
# YunoHost source is https://build.yunohost.org/apps/wekan-5.93.zip
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93.zip
SOURCE_SUM=de973b8be8e7dd938bccf6670455fac3260ce4aa59bd4ee890d6a3ce073c5275
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v6.24/wekan-6.24-amd64.zip
SOURCE_SUM=864b197dcc224bb6c7c2589cda547e2a2b6602039b494ee24abdd3cd31e6bc37
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=wekan-5.93.zip
SOURCE_FILENAME=wekan-6.24.zip

View file

@ -1,9 +1,6 @@
# This is on YunoHost server just to avoid the file from disappearing
# Original source is https://releases.wekan.team/raspi3/wekan-5.93-arm64.zip
# YunoHost source is https://build.yunohost.org/apps/wekan-5.93-arm64.zip
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93-arm64.zip
SOURCE_SUM=d015d2d128d1c9d1f71ba773f9e3914c97fb82e9b2c5d2a5bd5fdf23377a9980
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v6.24/wekan-6.24-arm64.zip
SOURCE_SUM=718667ff19a66a1ef3cc035a027ff684da3786104d6dde1cad13f1069179d502
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=wekan-5.93-arm64.zip
SOURCE_FILENAME=wekan-6.24-arm64.zip

View file

@ -6,7 +6,7 @@
"en": "Trello-like kanban",
"fr": "Un kanban similaire à Trello"
},
"version": "5.93~ynh1",
"version": "6.24~ynh1",
"url": "https://wekan.github.io",
"upstream": {
"license": "MIT",

View file

@ -7,7 +7,7 @@
# dependencies used by the app
pkg_dependencies=""
NODEJS_VERSION=12.22.9
NODEJS_VERSION="14.19.2"
#=================================================
# PERSONAL HELPERS