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

57 lines
1.5 KiB
JSON
Raw Normal View History

2017-01-28 22:59:43 +01:00
{
"name": "Garradin",
"id": "garradin",
"packaging_format": 1,
"requirements": {
2020-04-29 01:16:00 +02:00
"yunohost": ">=3.7.0"
2017-01-28 22:59:43 +01:00
},
"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"
},
2020-04-09 18:47:00 +02:00
"version": "0.9.5~ynh3",
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"
},
2017-01-29 15:59:48 +01:00
"multi_instance": true,
2017-01-28 22:59:43 +01:00
"services": [
"nginx",
2020-04-02 18:02:34 +02:00
"php7.0-fpm"
2017-01-28 22:59:43 +01:00
],
"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"
},
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",
2017-01-28 22:59:43 +01:00
"ask": {
2018-03-24 01:34:42 +01:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2017-01-28 22:59:43 +01:00
},
2018-03-24 01:34:42 +01:00
"default": true
2017-01-28 22:59:43 +01:00
}
]
}
}