2015-06-18 23:40:52 +02:00
|
|
|
{
|
2016-12-24 12:30:46 +01:00
|
|
|
"name": "Framagames",
|
|
|
|
"id": "framagames",
|
2016-12-24 12:29:01 +01:00
|
|
|
"packaging_format": 1,
|
2015-06-18 23:40:52 +02:00
|
|
|
"description": {
|
2016-12-24 12:30:46 +01:00
|
|
|
"en": "Set of games Framagames from Framasoft",
|
|
|
|
"fr": "Ensemble de jeux Framagames venant de Framasoft"
|
2015-06-18 23:40:52 +02:00
|
|
|
},
|
2020-06-14 06:25:54 +02:00
|
|
|
"version": "1.0~ynh2",
|
2016-12-24 12:30:46 +01:00
|
|
|
"url": "https://github.com/YunoHost-Apps/framagames_ynh",
|
2016-12-24 12:29:01 +01:00
|
|
|
"license": "free",
|
2015-06-18 23:40:52 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "polytan02",
|
|
|
|
"email": "polytan02@mcgva.org"
|
|
|
|
},
|
2020-06-14 06:25:54 +02:00
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 3.5"
|
|
|
|
},
|
2016-12-24 12:29:01 +01:00
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2020-06-14 06:25:54 +02:00
|
|
|
"php7.0-fpm"
|
2016-12-24 12:29:01 +01:00
|
|
|
],
|
2015-06-18 23:40:52 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2016-12-24 12:29:01 +01:00
|
|
|
"type": "domain",
|
2015-06-18 23:40:52 +02:00
|
|
|
"ask": {
|
2016-12-24 12:30:46 +01:00
|
|
|
"en": "Choose a domain for your framagames",
|
|
|
|
"fr": "Choisissez un domaine pour vos framagames"
|
2015-06-18 23:40:52 +02:00
|
|
|
},
|
2020-06-14 06:25:54 +02:00
|
|
|
"example": "example.com"
|
2015-06-18 23:40:52 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2016-12-24 12:29:01 +01:00
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
2016-12-24 12:30:46 +01:00
|
|
|
"en": "Choose a path to access your framagames",
|
|
|
|
"fr": "Choisissez un chemin pour acceder a vos framagames"
|
2016-12-24 12:29:01 +01:00
|
|
|
},
|
2016-12-24 12:30:46 +01:00
|
|
|
"example": "/framagames",
|
|
|
|
"default": "/framagames"
|
2015-06-18 23:40:52 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
2020-06-14 06:25:54 +02:00
|
|
|
"type": "boolean",
|
2015-06-18 23:40:52 +02:00
|
|
|
"ask": {
|
2020-06-14 06:25:54 +02:00
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
2015-06-18 23:40:52 +02:00
|
|
|
},
|
2020-06-14 06:25:54 +02:00
|
|
|
"default": true
|
2015-06-18 23:40:52 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|