mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "Garradin",
|
|
"id": "garradin",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Software to manage association",
|
|
"fr": "Logiciel libre de gestion d'association"
|
|
},
|
|
"version": "1.1.6~ynh1",
|
|
"url": "http://garradin.eu/a-propos/",
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "frju365",
|
|
"email": "win10@tutanota.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">=4.1.7"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|