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

55 lines
1.6 KiB
JSON
Raw Normal View History

2020-05-08 20:42:27 +02:00
{
"name": "Retroarch Web Player",
"id": "retroarch",
"packaging_format": 1,
"description": {
2021-09-08 10:11:26 +02:00
"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"
2020-05-08 20:42:27 +02:00
},
2023-03-19 10:39:03 +01:00
"version": "1.15.0~ynh2",
2021-04-25 16:50:33 +02:00
"url": "http://www.retroarch.com/",
2021-07-25 20:22:44 +02:00
"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"
},
2021-05-09 11:52:48 +02:00
"license": "GPL-3.0-or-later",
2020-05-08 20:42:27 +02:00
"maintainer": {
"name": "Krakinou",
"email": "misterl56@hotmail.com"
},
"requirements": {
2023-03-19 10:39:03 +01:00
"yunohost": ">= 11.1.15"
2020-05-08 20:42:27 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2022-10-18 09:01:04 +02:00
"install": [
2020-05-08 20:42:27 +02:00
{
"name": "domain",
2022-02-03 23:39:29 +01:00
"type": "domain"
2020-05-08 20:42:27 +02:00
},
2021-05-13 21:28:15 +02:00
{
"name": "path",
"type": "path",
"example": "/retroarch",
"default": "/retroarch"
},
2020-05-08 20:42:27 +02:00
{
"name": "is_public",
"type": "boolean",
2021-02-20 19:31:31 +01:00
"default": true,
2022-10-18 09:01:04 +02:00
"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"
2021-02-20 19:31:31 +01:00
}
2020-05-08 20:42:27 +02:00
}
]
}
}