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
2021-05-10 23:19:36 +02:00

45 lines
1.4 KiB
JSON

{
"name": "Retroarch Web Player",
"id": "retroarch",
"packaging_format": 1,
"description": {
"en": "Emulate videogames system and play videogames through your web browser... and more!",
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web... Et beaucoup plus!"
},
"version": "1.9.1~ynh2",
"url": "http://www.retroarch.com/",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Krakinou",
"email": "misterl56@hotmail.com"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"help": {
"en": "RetroArch requires its own subdomain",
"fr": "RetroArch nécessite son propre sous-domaine"
},
"example": "retroarch.example.com"
},
{
"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"
}
}
]
}
}