1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00
framagames_ynh/manifest.json
yalh76 6c3252cfd1 Upgrade (#16)
* Apply example_ynh

* Auto-update README

* Cleanup

* Update upgrade

* Update manifest.json

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-08-06 08:46:22 +02:00

48 lines
1.2 KiB
JSON

{
"name": "Framagames",
"id": "framagames",
"packaging_format": 1,
"description": {
"en": "Set of games Framagames from Framasoft",
"fr": "Ensemble de jeux Framagames venant de Framasoft"
},
"version": "1.0~ynh4",
"url": "https://framagit.org/framasoft/framagames",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://framagit.org/framasoft/framagames",
"code": "https://framagit.org/framasoft/framagames"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/framagames",
"default": "/framagames"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}