1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
ericgaspar 2022-05-14 16:00:13 +02:00
parent 49f5738866
commit 17caac6c26
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 7 additions and 6 deletions

View file

@ -3,10 +3,10 @@
"id": "pico",
"packaging_format": 1,
"description": {
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
"en": "Stupidly simple, blazing fast, flat file CMS",
"fr": "Stupidly simple, blazing fast, flat file CMS"
},
"version": "1.0~ynh1",
"version": "3.0.0~ynh1",
"url": "https://picocms.org/",
"upstream": {
"license": "MIT",
@ -17,8 +17,8 @@
},
"license": "MIT",
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com"
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
@ -26,7 +26,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
"php8.0-fpm"
],
"arguments": {
"install" : [

View file

@ -56,6 +56,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=1
ynh_secure_remove --file="$final_path/vendor"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.yml"
fi