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
2016-05-31 22:42:33 +00:00

69 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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/",
"licence": "MIT",
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
"url": "https://moul.re/"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Domain name for uCoin node installation",
"fr": "Nom de domaine dinstallation du nœud uCoin"
},
"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": {
"en": "Node to synchronise with",
"fr": "Nœud avec lequel synchroniser"
},
"example": "metab.ucoin.io",
"default": "metab.ucoin.io"
},
{
"name": "sync_port",
"ask": {
"en": "Port to synchronise with",
"fr": "Port avec lequel faire la synchronisation"
},
"example": "9201",
"default": "9201"
},
{
"name": "salt",
"ask": {
"en": "Enter salt of your account",
"fr": "Entrez le salt de votre compte"
}
},
{
"name": "pwd",
"ask": {
"en": "Password of your account",
"fr": "Mot de passe de votre compte"
}
}
]
}
}