mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "Garradin",
|
|
"id": "garradin",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Software to manage association",
|
|
"fr": "Logiciel libre de gestion d'association"
|
|
},
|
|
"version": "1.2.6~ynh1",
|
|
"url": "https://paheko.cloud",
|
|
"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"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "frju365",
|
|
"email": "win10@tutanota.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php8.0-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/garradin",
|
|
"default": "/garradin"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"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..."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|