2015-05-24 23:01:16 +02:00
{
2016-05-02 15:01:26 +02:00
"name" : "Duniter" ,
"id" : "duniter" ,
2016-05-31 19:00:18 +02:00
"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" ,
2015-12-25 21:33:56 +01:00
"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
} ,
2016-06-23 12:21:32 +02:00
"requirements" : {
"yunohost" : ">> 2.4.0"
} ,
2016-05-31 19:00:18 +02:00
"multi_instance" : false ,
2015-12-25 21:33:56 +01:00
"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." ,
2016-08-10 13:23:00 +02:00
"fr" : "Nom de domaine dédié sur lequel aucune application ne doit être installée. L’ installation sera faite à la racine."
2015-05-24 23:01:16 +02:00
} ,
2016-08-10 13:23:00 +02:00
"example" : "duniter.domain.tld"
2015-05-24 23:01:16 +02:00
} ,
2016-06-24 11:57:31 +02:00
{
"name" : "admin" ,
"type" : "user" ,
"ask" : {
"en" : "Administrator. Must a YunoHost user." ,
"fr" : "Administrateur. Ce doit être un utilisateur YunoHost"
} ,
"example" : "jon doe"
2017-06-14 15:49:49 +02:00
}
2015-05-24 23:01:16 +02:00
]
}
}