1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/manifest.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2014-07-06 13:21:10 +02:00
{
"name": "Piwigo",
"id": "piwigo",
2016-08-27 21:53:29 +02:00
"packaging_format": 1,
2014-07-06 13:21:10 +02:00
"description": {
"en": "photo gallery",
"fr": "Gallerie photo"
},
2016-08-27 21:53:29 +02:00
"url": "http://piwigo.org",
"license": "free",
"maintainer": {
2014-07-06 13:21:10 +02:00
"name": "monsieur-a",
"email": "simon@monsieur-a.fr",
"url": "http://piwigo.org"
},
2016-08-27 21:53:29 +02:00
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
2016-08-27 21:53:29 +02:00
"services": [
"nginx",
"php5-fpm",
"mysql"
],
2014-07-06 13:21:10 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2014-07-06 13:21:10 +02:00
"ask": {
"en": "Choose a domain for Piwigo"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2014-07-06 13:21:10 +02:00
"ask": {
"en": "Choose a path for Piwigo"
},
"example": "/piwigo",
"default": "/piwigo"
},
{
"name": "admin",
"type": "user",
2014-07-06 13:21:10 +02:00
"ask": {
"en": "Choose the Piwigo administrator (must be an existing YunoHost user)"
},
"example": "homer"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Piwigo site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}