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

103 lines
3.8 KiB
JSON
Raw 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": ">> 2.4.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": {
"en": "Dedicated domain name on which no application must be installed. The install will on the 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": "path",
2016-01-10 15:33:40 +01:00
"type": "path",
"ask": {
"en": "Path on which install the web admin (installable only on root path)",
"fr": "Chemin sur lequel ajouter ladministration web (installable uniquement à la racine)"
},
"example": "/",
"default": "/"
},
2015-05-24 23:01:16 +02:00
{
"name": "port",
2016-01-10 15:33:40 +01:00
"type": "port",
2015-05-24 23:01:16 +02:00
"ask": {
2016-05-02 15:01:26 +02:00
"en": "Port of Duniter node",
"fr": "Port du nœud Duniter"
2015-05-24 23:01:16 +02:00
},
"example": "8999",
"default": "8999"
2015-05-24 23:01:16 +02:00
},
{
"name": "sync_node",
"ask": {
2016-01-10 15:33:40 +01:00
"en": "Node's address (domain name or IP address) to synchronise with",
"fr": "Adresse du nœud (nom de domaine ou adresse IP) avec lequel se synchroniser"
2015-05-24 23:01:16 +02:00
},
"example": "duniter.org",
"default": "duniter.org"
2015-05-24 23:01:16 +02:00
},
{
"name": "sync_port",
"ask": {
2015-05-24 23:23:28 +02:00
"en": "Port of synchronization",
"fr": "Port de synchronisation"
2015-05-24 23:01:16 +02:00
},
"example": "8999",
"default": "8999"
2015-05-24 23:01:16 +02:00
},
{
"name": "salt",
"ask": {
"en": "Salt of your account. Let credentials as default if you don't have a Duniter account. It is editable on the web admin.",
"fr": "Salt de votre compte. Si vous navez pas de compte Duniter, laisser les identifiants par défaut. Cest éditable dans linterface web."
},
"example": "joe@example.tld",
"default": "joe@example.tld"
2015-05-24 23:01:16 +02:00
},
{
"name": "password",
"type": "password",
2015-05-24 23:01:16 +02:00
"ask": {
"en": "Password of your account",
"fr": "Mot de passe de votre compte"
},
"example": "supersecretpassword",
"default": "supersecretpassword"
2015-12-29 19:45:24 +01:00
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Administrator. Must a YunoHost user.",
"fr": "Administrateur. Ce doit être un utilisateur YunoHost"
},
"example": "jon doe"
}
2015-05-24 23:01:16 +02:00
]
}
}