mirror of
https://github.com/YunoHost-Apps/cesium_ynh.git
synced 2024-09-03 18:06:25 +02:00
52 lines
1.5 KiB
JSON
52 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"
|
||
},
|
||
"version": "1.6.12~ynh2",
|
||
"url": "https://github.com/duniter/cesium",
|
||
"upstream": {
|
||
"license": "AGPL-3.0-or-later",
|
||
"website": "https://cesium.app",
|
||
"code": "https://github.com/duniter/cesium"
|
||
},
|
||
"license": "AGPL-3.0-or-later",
|
||
"maintainer": {
|
||
"name": "Moul",
|
||
"email": "moul@moul.re",
|
||
"url": "https://moul.re"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/cesium",
|
||
"default": "/cesium"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If it is a public application, there will not have authentification",
|
||
"fr": "Si l'application est publique, il n'y aura pas d'authentification"
|
||
},
|
||
"default": false
|
||
}
|
||
]
|
||
}
|
||
}
|