1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
coin_ynh/manifest.json
2022-03-13 23:43:18 +01:00

68 lines
1.9 KiB
JSON

{
"name": "Coin",
"id": "coin",
"packaging_format": 1,
"description": {
"en": "Member dashboard for non profit isp.",
"fr": "Coin est un Outil pour un Internet Neutre."
},
"version": "20200630~ynh1",
"url": "https://code.ffdn.org/FFDN/coin/",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://code.ffdn.org/FFDN/coin",
"code": "https://code.ffdn.org/ffdn/coin"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "ljf",
"email": "ljf+coin_ynh@grimaud.me",
"url": "https://www.arn-fai.net"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "email",
"type": "string",
"ask": {
"en": "Choose email were send notification",
"fr": "Choisissez l'email vers lequel envoyer les notifications"
},
"example": "admin@example.tld"
},
{
"name": "isp_name",
"type": "string",
"ask": {
"en": "Enter your ISP name",
"fr": "Indiquez le nom de votre FAI"
},
"example": "My ISP"
},
{
"name": "isp_site",
"type": "string",
"ask": {
"en": "Enter the address of your ISP website",
"fr": "Saisissez l'adresse du siteweb de votre FAI"
},
"example": "//www.exemple.tld"
}
]
}
}