mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
18c6931924
Compliant with package_linter
55 lines
1.6 KiB
JSON
55 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"
|
|
},
|
|
"url": "https://github.com/YunoHost-Apps/framagames_ynh",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "polytan02",
|
|
"email": "polytan02@mcgva.org"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 2.4.0"
|
|
},
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for your framagames",
|
|
"fr": "Choisissez un domaine pour vos framagames"
|
|
},
|
|
"example": "domain.tld"
|
|
},
|
|
{
|
|
"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",
|
|
"ask": {
|
|
"en": "Is it a public website ?",
|
|
"fr": "Est-ce un site publique ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|