1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00
retroarch_ynh/manifest.json
2022-12-13 06:24:24 +00:00

55 lines
1.7 KiB
JSON

{
"name": "Retroarch Web Player",
"id": "retroarch",
"packaging_format": 1,
"description": {
"en": "Emulate videogames system and play videogames through your web browser",
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
},
"version": "1.14.0~ynh1",
"url": "http://www.retroarch.com/",
"upstream": {
"version": "1.12.0",
"license": "GPL-3.0-or-later",
"website": "http://www.retroarch.com/",
"demo": "https://web.libretro.com/",
"admindoc": "https://docs.libretro.com/",
"userdoc": "https://docs.libretro.com/",
"code": "https://github.com/libretro/RetroArch"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Krakinou",
"email": "misterl56@hotmail.com"
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/retroarch",
"default": "/retroarch"
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help": {
"en": "Yes will allow everyone to access the app without login to yunohost instance first",
"fr": "Oui autorisera n'importe qui à accéder à l'application sans s'identifier dans Yunohost"
}
}
]
}
}