2016-06-13 22:03:33 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Cesium",
|
|
|
|
|
"id": "cesium",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Duniter client to manage wallets, certifications in a libre money.",
|
2016-08-14 23:24:36 +02:00
|
|
|
|
"fr": "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre."
|
2016-06-13 22:03:33 +02:00
|
|
|
|
},
|
|
|
|
|
"url": "https://github.com/duniter/cesium",
|
|
|
|
|
"license": "free",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Moul",
|
|
|
|
|
"email": "moul@moul.re",
|
|
|
|
|
"url": "https://moul.re"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">> 2.4.0"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain name for Cesium",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour Césium"
|
|
|
|
|
},
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for Cesium",
|
|
|
|
|
"fr": "Choisissez un chemin pour Césium"
|
|
|
|
|
},
|
|
|
|
|
"example": "/cesium",
|
|
|
|
|
"default": "/cesium"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|