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

74 lines
1.8 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
},
"version": "13.5.0~ynh1",
2016-08-27 21:53:29 +02:00
"url": "http://piwigo.org",
2021-11-06 20:19:41 +01:00
"upstream": {
"license": "GPL-2.0",
"website": "http://piwigo.org",
"demo": "https://piwigo.org/demo",
"admindoc": "https://piwigo.org/guides",
"code": "https://github.com/Piwigo/Piwigo"
},
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": {
"yunohost": ">= 11.0.9"
2016-08-27 21:53:29 +02:00
},
"multi_instance": true,
2016-08-27 21:53:29 +02:00
"services": [
"nginx",
"php8.0-fpm",
2016-08-27 21:53:29 +02:00
"mysql"
],
2014-07-06 13:21:10 +02:00
"arguments": {
2022-06-24 05:33:16 +02:00
"install": [
2014-07-06 13:21:10 +02:00
{
"name": "domain",
2021-11-06 20:19:41 +01:00
"type": "domain"
2014-07-06 13:21:10 +02:00
},
{
"name": "path",
"type": "path",
2014-07-06 13:21:10 +02:00
"example": "/piwigo",
"default": "/piwigo"
},
{
"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"
},
2022-07-29 23:56:30 +02:00
"choices": [
"de",
"en",
"es",
"fr",
"it",
"pt"
],
2016-12-27 14:27:40 +01:00
"default": "en"
2022-06-24 05:33:16 +02:00
},
{
"name": "admin",
"type": "user"
}
2014-07-06 13:21:10 +02:00
]
}
}