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

55 lines
1.6 KiB
JSON
Raw Permalink 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"
},
2023-02-15 07:15:57 +01:00
"version": "1.2.6~ynh1",
"url": "https://paheko.cloud",
2021-09-25 23:36:54 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://paheko.cloud",
"demo": "https://paheko.cloud/essai/",
"admindoc": "https://fossil.kd2.org/paheko/wiki?name=Documentation",
"code": "https://fossil.kd2.org/paheko/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": ">= 11.0.9"
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",
"php8.0-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
}
]
}
2022-10-05 01:58:52 +02:00
}