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

49 lines
1.3 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"
},
2021-05-05 08:00:09 +02:00
"version": "1.1.4~ynh1",
2017-01-28 22:59:43 +01:00
"url": "http://garradin.eu/a-propos/",
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
},
"requirements": {
2021-05-05 10:40:58 +02:00
"yunohost": ">=4.1.7"
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.3-fpm"
2017-01-28 22:59:43 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"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
}
]
}
}