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
} ,
{
"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
} ,
2016-05-31 15:39:37 +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
} ,
2017-03-08 20:30:23 +01:00
"example" : "10901" ,
"default" : "10901"
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-02-15 10:45:04 +01:00
} ,
{
"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
]
}
}