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

70 lines
2.2 KiB
JSON
Raw Normal View History

2015-05-24 23:01:16 +02:00
{
"name": "uCoin",
"id": "ucoin",
"description": {
"en": "uCoin node which permits participate chainblocks writing. Monetary system with universal dividende, libre money, Relative Money Theory",
"fr": "Nœux uCoin qui permet de participer l'écriture de blocs. Système monétaire à Dividende universel, monnaie libre, Thérorie Relative de la Monnaie"
},
"url": "http://ucoin.io/",
2015-06-13 15:00:17 +02:00
"licence": "GPL3",
2015-05-24 23:01:16 +02:00
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
"url": "https://moul.re/"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
2015-05-24 23:23:28 +02:00
"en": "Domain name on which install uCoin node",
"fr": "Nom de domaine sur lequel installer le nœud uCoin"
2015-05-24 23:01:16 +02:00
},
"example": "example.com"
},
{
"name": "port",
"ask": {
"en": "Port of uCoin node",
"fr": "Port du nœud uCoin"
},
"example": "9201",
"default": "9201"
},
{
"name": "sync_node",
"ask": {
2015-05-24 23:23:28 +02:00
"en": "Node which synchronise with",
"fr": "Nœud avec lequel faire la synchronisation"
2015-05-24 23:01:16 +02:00
},
"example": "metab.ucoin.io",
"default": "metab.ucoin.io"
},
{
"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": "9201",
"default": "9201"
},
{
"name": "salt",
"ask": {
2015-05-24 23:23:28 +02:00
"en": "Salt of your account",
"fr": "Salt de votre compte"
2015-05-24 23:01:16 +02:00
}
},
{
"name": "pwd",
"ask": {
"en": "Password of your account",
"fr": "Mot de passe de votre compte"
}
}
]
}
}