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

83 lines
2.9 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": {
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": "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": "10900",
"default": "10900"
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"
},
{
"name": "is_cesium_public",
"ask": {
"en": "Make Cesium available publicly?",
"fr": "Permettre à Cesium d'être consulté publiquement ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
2015-05-24 23:01:16 +02:00
]
}
}