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
2021-09-21 23:09:11 +02:00

66 lines
1.6 KiB
JSON

{
"name": "Cheky",
"id": "cheky",
"packaging_format": 1,
"description": {
"en": "Monitors French classifieds websites LeBonCoin and SeLoger",
"fr": "Surveille pour vous LeBonCoin et SeLoger"
},
"version": "4.4.1~ynh5",
"url": "https://www.cheky.net",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://www.cheky.net",
"code": "https://github.com/Blount/Cheky"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Gofannon",
"email": "gofannon@riseup.net",
"url": ""
},
"previous_maintainers": [
{
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
},
{
"name": "ZeJMaN",
"email": "",
"url": "https://github.com/ZeJMaN"
}
],
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/cheky",
"default": "/cheky"
},
{
"name": "password",
"type": "password"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}