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
Robles Rodolphe 52c95af69d
Fix permissions for new helpers (#17)
* try to update source to 0.9.5
* refactoring and try to update version
* add hooks to copy file config.dist.php in config.local.php with good options
2020-06-17 18:44:53 +02:00

56 lines
1.5 KiB
JSON

{
"name": "Garradin",
"id": "garradin",
"packaging_format": 1,
"requirements": {
"yunohost": ">=3.7.0"
},
"description": {
"en": "Software to manage association",
"fr": "Logiciel libre de gestion d'association"
},
"version": "0.9.5~ynh3",
"url": "http://garradin.eu/a-propos/",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Garradin",
"fr": "Choisissez un domaine pour Garradin"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Garradin",
"fr": "Choisissez un chemin pour Garradin"
},
"example": "/garradin",
"default": "/garradin"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}