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:52 +00:00

91 lines
3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 to chainblocks writing. Monetary system with universal dividend, libre money, relative theory of money. This package permit join an existing money.",
"fr": "Nœud uCoin 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."
},
"url": "http://ucoin.io/",
"license": "free",
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
"url": "https://moul.re/"
},
"multi_instance": "true",
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Domain name",
"fr": "Nom de domaine"
},
"example": "example.com"
},
{
"name": "path",
"ask": {
"en": "Path on which install the proxy",
"fr": "Chemin sur lequel ajouter le proxy"
},
"example": "/ucoin",
"default": "/ucoin"
},
{
"name": "port",
"ask": {
"en": "Port of uCoin node",
"fr": "Port du nœud uCoin"
},
"example": "8999",
"default": "8999"
},
{
"name": "sync_node",
"ask": {
"en": "Node's address to synchronise with",
"fr": "Adresse du nœud avec lequel se synchroniser"
},
"example": "metab.ucoin.io",
"default": "metab.ucoin.io"
},
{
"name": "sync_port",
"ask": {
"en": "Port of synchronization",
"fr": "Port de synchronisation"
},
"example": "9201",
"default": "9201"
},
{
"name": "salt",
"ask": {
"en": "Salt of your account",
"fr": "Salt de votre compte"
}
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Password of your account",
"fr": "Mot de passe de votre compte"
}
},
{
"name": "cpu",
"ask": {
"en": "Which CPU load limit percentage would you like your uCoin node don't exceed?",
"fr": "Quel pourcentage de charge processeur ne souhaitez-vous pas que le nœud uCoin dépasse ?"
},
"example": "50",
"default": "50"
}
]
}
}