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
Éric Gaspar 82d7a06fc3
Testing (#38)
* Fix linter warning

* Auto-update README

* Auto-update README

* Bump to 4.3.0 (#37)

* 4.3.0

* Auto-update README

* Fix linter

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* Appy last example_ynh

* Auto-update README

Co-authored-by: Yunohost-Bot <unknown>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: yalh76 <yalh@yahoo.com>
2022-10-17 23:40:48 +02:00

52 lines
1.5 KiB
JSON

{
"name": "Hextris",
"id": "hextris",
"packaging_format": 1,
"description": {
"en": "Fast paced puzzle game",
"fr": "Jeu de puzzle très rapide"
},
"version": "2020.05.05~ynh5",
"url": "http://hextris.github.io/",
"upstream": {
"license": "GPL-3.0",
"website": "http://hextris.github.io/",
"demo": "https://hextris.io/",
"code": "https://github.com/Hextris/Hextris"
},
"license": "GPL-3.0",
"maintainer": {
"name": "AerisOne",
"email": "aeris@e.email"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/hextris",
"default": "/hextris"
},
{
"name": "is_public",
"type": "boolean",
"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
}
]
}
}