mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
commit
781f62a9e4
5 changed files with 70 additions and 73 deletions
|
@ -26,7 +26,8 @@ Kanboard is a free and open source Kanban project management software.
|
||||||
- Super simple installation
|
- Super simple installation
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.2.22~ynh1
|
**Shipped version:** 1.2.22~ynh2
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://demo.yunohost.org/kanboard/
|
**Demo:** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,8 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
|
||||||
- Auto-hébergé
|
- Auto-hébergé
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.2.22~ynh1
|
**Version incluse :** 1.2.22~ynh2
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://demo.yunohost.org/kanboard/
|
**Démo :** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,15 @@
|
||||||
"en": "Kanban project management software",
|
"en": "Kanban project management software",
|
||||||
"fr": "Logiciel de gestion de projet Kanban"
|
"fr": "Logiciel de gestion de projet Kanban"
|
||||||
},
|
},
|
||||||
"version": "1.2.22~ynh1",
|
"version": "1.2.22~ynh2",
|
||||||
"url": "https://kanboard.net",
|
"url": "https://kanboard.net",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://kanboard.net",
|
"website": "https://kanboard.net",
|
||||||
"demo": "https://demo.yunohost.org/kanboard/",
|
"demo": "https://demo.yunohost.org/kanboard/",
|
||||||
"admindoc": "https://docs.kanboard.org/en/latest/",
|
"admindoc": "https://docs.kanboard.org/en/latest/",
|
||||||
"code": "https://github.com/kanboard/kanboard"
|
"code": "https://github.com/kanboard/kanboard",
|
||||||
|
"cpe": "cpe:2.3:a:kanboard:kanboard"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -21,16 +22,18 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"previous_maintainers": [{
|
"previous_maintainers": [
|
||||||
|
{
|
||||||
"name": "mbugeia",
|
"name": "mbugeia",
|
||||||
"email": "maxime@max.privy.place"
|
"email": "maxime@max.privy.place"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jibec",
|
"name": "jibec",
|
||||||
"email": "jean-baptiste@holcroft.fr"
|
"email": "jean-baptiste@holcroft.fr"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
|
|
|
@ -23,14 +23,6 @@ db_user=$db_name
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD REMOVE
|
# STANDARD REMOVE
|
||||||
#=================================================
|
|
||||||
# REMOVE DEPENDENCIES
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression --message="Removing dependencies..." --weight=9
|
|
||||||
|
|
||||||
# Remove metapackage and its dependencies
|
|
||||||
ynh_remove_app_dependencies
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE THE MYSQL DATABASE
|
# REMOVE THE MYSQL DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -91,7 +91,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/data $final_path/config.php"
|
ynh_setup_source --dest_dir="$final_path" --keep="data config.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $final_path/sessions/
|
mkdir -p $final_path/sessions/
|
||||||
|
|
Loading…
Add table
Reference in a new issue