duniter_ynh/manifest.json

46 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2015-05-24 23:01:16 +02:00
{
2016-05-02 15:01:26 +02:00
"name": "Duniter",
"id": "duniter",
"packaging_format": 1,
2015-05-24 23:01:16 +02:00
"description": {
2016-05-02 15:01:26 +02:00
"en": "Duniter node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of the money. This package permit to join an existing money.",
"fr": "Nœud Duniter qui permet de participer à lécriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante."
2015-05-24 23:01:16 +02:00
},
2016-05-02 15:01:26 +02:00
"url": "https://duniter.org",
"license": "free",
2015-05-24 23:01:16 +02:00
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
2016-05-02 15:01:26 +02:00
"url": "https://moul.re"
2015-05-24 23:01:16 +02:00
},
"requirements": {
"yunohost": ">> 3.7.0"
},
"multi_instance": false,
"services": [
"nginx"
],
2015-05-24 23:01:16 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2016-01-10 15:33:40 +01:00
"type": "domain",
2015-05-24 23:01:16 +02:00
"ask": {
2016-09-11 17:13:43 +02:00
"en": "Dedicated domain name on which no application must be installed. Install will be done on root path.",
"fr": "Nom de domaine dédié sur lequel aucune application ne doit être installée. Linstallation sera faite à la racine."
2015-05-24 23:01:16 +02:00
},
"example": "duniter.domain.tld"
2015-05-24 23:01:16 +02:00
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Administrator. Must a YunoHost user.",
"fr": "Administrateur. Ce doit être un utilisateur YunoHost"
},
"example": "jon doe"
2017-06-14 15:49:49 +02:00
}
2015-05-24 23:01:16 +02:00
]
}
}