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
|
|
|
|
},
|
2021-03-28 16:58:00 +02:00
|
|
|
|
"version": "v1.6.12~ynh1",
|
2016-06-13 22:03:33 +02:00
|
|
|
|
"url": "https://github.com/duniter/cesium",
|
2019-06-10 15:38:47 +02:00
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2016-06-13 22:03:33 +02:00
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Moul",
|
|
|
|
|
"email": "moul@moul.re",
|
|
|
|
|
"url": "https://moul.re"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2020-06-04 06:27:02 +02:00
|
|
|
|
"yunohost": ">> 3.7.0"
|
2016-06-13 22:03:33 +02:00
|
|
|
|
},
|
|
|
|
|
"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",
|
2020-06-17 14:35:41 +02:00
|
|
|
|
"type": "path",
|
2016-06-13 22:03:33 +02:00
|
|
|
|
"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 ?"
|
|
|
|
|
},
|
2020-06-11 14:22:02 +02:00
|
|
|
|
"help": {
|
2020-06-15 11:13:25 +02:00
|
|
|
|
"en": "If it is a public application, there will not have authentification",
|
2020-06-11 14:22:02 +02:00
|
|
|
|
"fr": "Si l'application est publique, il n'y aura pas d'authentification"
|
|
|
|
|
},
|
2020-03-05 19:45:09 +01:00
|
|
|
|
"default": false
|
2016-06-13 22:03:33 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|