mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
3580dcbf9a
* Update manifest.json * Small fixes * Add change_url script * Fix linter warnings (#10) * Fix linter warnings * Fix * Upgrade (#16) * Apply example_ynh * Auto-update README * Cleanup * Update upgrade * Update manifest.json Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
48 lines
1.2 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|