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

60 lines
1.8 KiB
JSON
Raw Normal View History

2014-08-18 18:37:19 +02:00
{
"name": "Hextris",
"id": "hextris",
"packaging_format": 1,
2014-08-18 18:37:19 +02:00
"description": {
"en": "A fast paced puzzle game.",
"fr": "Un jeu de puzzle très rapide"
},
2020-05-28 02:23:15 +02:00
"version": "2020-05-05~ynh1",
"url": "http://hextris.github.io/",
"license": "GPL-3.0",
2014-11-16 16:34:46 +01:00
"maintainer": {
2020-03-29 23:23:19 +02:00
"name": "AerisOne",
"email": "aeris@e.email"
2014-08-18 18:37:19 +02:00
},
"requirements": {
2020-12-06 12:36:06 +01:00
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
2015-11-22 16:08:23 +01:00
"services": [
"nginx"
],
2014-08-18 18:37:19 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2014-11-16 16:34:46 +01:00
"type": "domain",
2014-08-18 18:37:19 +02:00
"ask": {
"en": "Choose a domain for Hextris",
"fr": "Choisissez un domaine pour Hextris"
},
"example": "domain.org"
},
{
"name": "path",
2014-11-16 16:34:46 +01:00
"type": "path",
2014-08-18 18:37:19 +02:00
"ask": {
"en": "Choose a path for Hextris",
"fr": "Choisissez un chemin pour Hextris"
},
"example": "/hextris",
"default": "/hextris"
2014-08-18 18:41:14 +02:00
},
{
"name": "is_public",
"type": "boolean",
2014-08-18 18:41:14 +02:00
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2014-08-18 18:41:14 +02:00
},
"help": {
2020-03-31 17:37:02 +02:00
"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."
2020-03-31 17:16:58 +02:00
},
"default": true
2014-08-18 18:37:19 +02:00
}
]
}
}