mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
59 lines
1.8 KiB
JSON
59 lines
1.8 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": "2020-05-05~ynh1",
|
|
"url": "http://hextris.github.io/",
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "AerisOne",
|
|
"email": "aeris@e.email"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.8.1"
|
|
},
|
|
"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 ?"
|
|
},
|
|
"help": {
|
|
"en": "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webadmin.",
|
|
"fr": "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|