1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
hextris_ynh/manifest.json
2019-02-13 18:38:44 +01:00

55 lines
1.4 KiB
JSON

{
"name": "Hextris",
"id": "hextris",
"packaging_format": 1,
"description": {
"en": "A fast paced puzzle game.",
"fr": "Un jeu de puzzle très rapide"
},
"version": "1.1~ynh1",
"url": "http://hextris.github.io/",
"license": "GPL-3.0",
"maintainer": {
"name": "opi",
"email": "opi@zeropi.net"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Hextris",
"fr": "Choisissez un domaine pour Hextris"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Hextris",
"fr": "Choisissez un chemin pour Hextris"
},
"example": "/hextris",
"default": "/hextris"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}