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

53 lines
1.5 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": "Fast paced puzzle game",
"fr": "Jeu de puzzle très rapide"
2014-08-18 18:37:19 +02:00
},
2022-10-16 21:36:48 +02:00
"version": "2020.05.05~ynh5",
"url": "http://hextris.github.io/",
2021-09-08 09:02:49 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "http://hextris.github.io/",
"demo": "https://hextris.io/",
"code": "https://github.com/Hextris/Hextris"
},
"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": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
2015-11-22 16:08:23 +01:00
"services": [
"nginx"
],
2014-08-18 18:37:19 +02:00
"arguments": {
2022-10-16 21:36:48 +02:00
"install": [
2014-08-18 18:37:19 +02:00
{
"name": "domain",
2021-11-13 13:25:42 +01:00
"type": "domain"
2014-08-18 18:37:19 +02:00
},
{
"name": "path",
2014-11-16 16:34:46 +01:00
"type": "path",
2014-08-18 18:37:19 +02:00
"example": "/hextris",
"default": "/hextris"
2014-08-18 18:41:14 +02:00
},
{
"name": "is_public",
"type": "boolean",
"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
}
]
}
}