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
2019-08-23 16:08:03 +02:00

71 lines
2.1 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."
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "ljf",
"email": "ljf+coin_ynh@grimaud.me",
"url": "https://www.arn-fai.net"
},
"url": "https://code.ffdn.org/FFDN/coin/",
"requirements": {
"yunohost": ">= 3.6"
},
"version": "20180817~ynh5",
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Coin",
"fr": "Choisissez un nom de domaine pour Coin"
},
"example": "domain.org"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Coin administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Coin (doit être un utilisateur YunoHost)"
},
"example": "johndoe"
},
{
"name": "email",
"type": "email",
"ask": {
"en": "Choose email were send notification",
"fr": "Choisissez l'email vers lequel envoyer les notifications"
},
"example": "admin@example.tld"
},
{
"name": "isp_name",
"ask": {
"en": "Enter your ISP name",
"fr": "Indiquez le nom de votre FAI"
},
"example": "My ISP"
},
{
"name": "isp_site",
"ask": {
"en": "Enter the address of your ISP website",
"fr": "Saisissez l'adresse du siteweb de votre FAI"
},
"example": "//www.exemple.tld"
}
]
}
}