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

62 lines
1.5 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": {
2020-10-02 22:53:18 +02:00
"en": "Open source photo gallery for the web",
"fr": "Galerie de photos open source pour le web"
2014-07-06 13:21:10 +02:00
},
2021-06-16 00:09:21 +02:00
"version": "11.5.0~ynh1",
2016-08-27 21:53:29 +02:00
"url": "http://piwigo.org",
2017-02-09 12:43:00 +01:00
"license": "GPL-2.0",
2016-08-27 21:53:29 +02:00
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
2014-07-06 13:21:10 +02:00
},
2016-08-27 21:53:29 +02:00
"requirements": {
2021-06-16 00:14:32 +02:00
"yunohost": ">= 4.1.3"
2016-08-27 21:53:29 +02:00
},
"multi_instance": true,
2016-08-27 21:53:29 +02:00
"services": [
"nginx",
"php7.3-fpm",
2016-08-27 21:53:29 +02:00
"mysql"
],
2014-07-06 13:21:10 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2014-07-06 13:21:10 +02:00
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2014-07-06 13:21:10 +02:00
"example": "/piwigo",
"default": "/piwigo"
},
{
"name": "admin",
"type": "user",
2014-07-06 13:21:10 +02:00
"example": "homer"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
2019-02-17 19:28:37 +01:00
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "en", "es", "fr", "it", "pt"],
2016-12-27 14:27:40 +01:00
"default": "en"
}
2014-07-06 13:21:10 +02:00
]
}
}