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

53 lines
1.5 KiB
JSON
Raw Normal View History

2016-06-13 22:03:33 +02:00
{
"name": "Cesium",
"id": "cesium",
"packaging_format": 1,
"description": {
2021-11-12 11:33:44 +01:00
"en": "Duniter client to manage wallets, certifications in a libre money",
"fr": "Client Duniter pour gérer ses portes-monnaie, les certifications au sein dune monnaie libre"
2016-06-13 22:03:33 +02:00
},
2022-07-29 02:04:07 +02:00
"version": "1.6.12~ynh2",
2016-06-13 22:03:33 +02:00
"url": "https://github.com/duniter/cesium",
2021-11-12 11:36:07 +01:00
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://cesium.app",
"code": "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": {
2022-07-29 02:04:07 +02:00
"yunohost": ">= 4.3.0"
2016-06-13 22:03:33 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2022-07-29 02:04:07 +02:00
"install": [
2016-06-13 22:03:33 +02:00
{
"name": "domain",
2021-11-12 11:33:44 +01:00
"type": "domain"
2016-06-13 22:03:33 +02:00
},
{
"name": "path",
2022-07-29 02:04:07 +02:00
"type": "path",
2016-06-13 22:03:33 +02:00
"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
2016-06-13 22:03:33 +02:00
}
]
}
}