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

54 lines
1.6 KiB
JSON
Raw Normal View History

2017-01-28 22:59:43 +01:00
{
"name": "Garradin",
"id": "garradin",
"packaging_format": 1,
"description": {
2019-06-18 22:26:20 +02:00
"en": "Software to manage association",
2017-01-28 22:59:43 +01:00
"fr": "Logiciel libre de gestion d'association"
},
2022-03-27 14:58:51 +02:00
"version": "1.1.22~ynh1",
2021-09-25 23:36:54 +02:00
"url": "http://garradin.eu",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "http://garradin.eu",
"demo": "https://garradin.eu/essai/",
"admindoc": "https://fossil.kd2.org/garradin/wiki?name=Documentation",
2021-11-02 02:24:36 +01:00
"code": "https://fossil.kd2.org/garradin/dir?ci=tip"
2021-09-25 23:36:54 +02:00
},
2018-03-24 17:09:13 +01:00
"license": "GPL-3.0-or-later",
2017-01-28 22:59:43 +01:00
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com"
2020-07-14 12:56:01 +02:00
},
2022-01-26 23:56:22 +01:00
"requirements": {
"yunohost": ">= 4.3.0"
2017-01-28 22:59:43 +01:00
},
2017-01-29 15:59:48 +01:00
"multi_instance": true,
2017-01-28 22:59:43 +01:00
"services": [
"nginx",
"php7.4-fpm"
2017-01-28 22:59:43 +01:00
],
"arguments": {
2022-01-26 23:56:22 +01:00
"install": [
2017-01-28 22:59:43 +01:00
{
"name": "domain",
"type": "domain"
2017-01-28 22:59:43 +01:00
},
{
"name": "path",
"type": "path",
2017-01-28 23:00:19 +01:00
"example": "/garradin",
"default": "/garradin"
2017-01-28 22:59:43 +01:00
},
{
"name": "is_public",
2018-03-24 01:34:42 +01:00
"type": "boolean",
2020-06-17 20:19:27 +02:00
"help": {
"en": "The SSO is not implemented for this app and yunohost is not sure for hundred of users...",
"fr": "Le SSO n'est pas implémenté pour cette application et yunohost n'est pas sûr pour une centaine d'utilisateurs..."
},
2018-03-24 01:34:42 +01:00
"default": true
2017-01-28 22:59:43 +01:00
}
]
}
}