mirror of
https://github.com/YunoHost-Apps/cesium_ynh.git
synced 2024-09-03 18:06:25 +02:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
||
"name": "Cesium",
|
||
"id": "cesium",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Duniter client to manage wallets, certifications in a libre money.",
|
||
"fr": "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre."
|
||
},
|
||
"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
|
||
}
|
||
]
|
||
}
|
||
}
|