1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cesium_ynh.git synced 2024-09-03 18:06:25 +02:00
cesium_ynh/manifest.json

57 lines
1.6 KiB
JSON
Raw Normal View History

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 dune monnaie libre."
2016-06-13 22:03:33 +02:00
},
"version": "v1.6.7~ynh1",
2016-06-13 22:03:33 +02:00
"url": "https://github.com/duniter/cesium",
"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-03 23:41:51 +02:00
"yunohost": ">> 3.5.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",
"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": false
2016-06-13 22:03:33 +02:00
}
]
}
}