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

80 lines
2.1 KiB
JSON
Raw Normal View History

2016-09-18 11:03:26 +02:00
{
2018-08-02 09:53:48 +02:00
"name": "Cheky",
"id": "cheky",
2016-09-18 11:03:26 +02:00
"packaging_format": 1,
"description": {
"en": "Cheky monitors French classifieds websites LeBonCoin and SeLoger.",
"fr": "Cheky surveille pour vous LeBonCoin et SeLoger."
2016-09-18 11:03:26 +02:00
},
2019-03-11 22:19:33 +01:00
"version": "4.4.1~ynh4",
2018-05-05 17:03:04 +02:00
"url": "https://www.cheky.net",
2018-05-31 08:44:03 +02:00
"license": "GPL-3.0-or-later",
2016-09-18 11:03:26 +02:00
"maintainer": {
"name": "Gofannon",
"email": "gofannon@riseup.net",
2016-09-18 11:03:26 +02:00
"url": ""
},
"previous_maintainers": [
{
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
},
{
"name": "ZeJMaN",
"email": "",
"url": "https://github.com/ZeJMaN"
}
],
2016-09-18 11:03:26 +02:00
"requirements": {
2019-03-04 23:52:56 +01:00
"yunohost": ">= 3.4"
2016-09-18 11:03:26 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2019-03-04 23:52:56 +01:00
"php7.0-fpm",
2016-09-18 11:03:26 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Cheky",
"fr": "Choisissez un nom de domaine pour Cheky"
2016-09-18 11:03:26 +02:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Cheky",
"fr": "Choisissez un chemin pour Cheky"
2016-09-18 11:03:26 +02:00
},
"example": "/cheky",
"default": "/cheky"
2016-09-18 11:03:26 +02:00
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Password for admin account",
"fr": "Mot de passe compte admin"
},
"example": "password"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}