1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00
framagames_ynh/manifest.json
2020-06-14 06:25:54 +02:00

56 lines
1.6 KiB
JSON

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