mirror of
https://github.com/YunoHost-Apps/retroarch_ynh.git
synced 2024-09-03 20:16:12 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 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": {
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|