mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Adapt manifest to Yunohost 2.4 format
This commit is contained in:
parent
7dafb11c08
commit
863651f460
1 changed files with 12 additions and 1 deletions
|
@ -1,16 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "Piwigo",
|
"name": "Piwigo",
|
||||||
"id": "piwigo",
|
"id": "piwigo",
|
||||||
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "photo gallery",
|
"en": "photo gallery",
|
||||||
"fr": "Gallerie photo"
|
"fr": "Gallerie photo"
|
||||||
},
|
},
|
||||||
"developer": {
|
"url": "http://piwigo.org",
|
||||||
|
"license": "free",
|
||||||
|
"maintainer": {
|
||||||
"name": "monsieur-a",
|
"name": "monsieur-a",
|
||||||
"email": "simon@monsieur-a.fr",
|
"email": "simon@monsieur-a.fr",
|
||||||
"url": "http://piwigo.org"
|
"url": "http://piwigo.org"
|
||||||
},
|
},
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">> 2.4.0"
|
||||||
|
},
|
||||||
"multi_instance": "true",
|
"multi_instance": "true",
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"php5-fpm",
|
||||||
|
"mysql"
|
||||||
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue