2020-05-08 20:42:27 +02:00
|
|
|
{
|
|
|
|
"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!"
|
|
|
|
},
|
2021-04-25 16:50:33 +02:00
|
|
|
"version": "1.9.1~ynh1",
|
|
|
|
"url": "http://www.retroarch.com/",
|
2020-05-08 20:42:27 +02:00
|
|
|
"license": "free",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Krakinou",
|
|
|
|
"email": "misterl56@hotmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-04-25 16:50:33 +02:00
|
|
|
"yunohost": ">= 4.1.7"
|
2020-05-08 20:42:27 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
2021-02-20 19:31:31 +01:00
|
|
|
"en": "Choose a domain name for RetroArch (RetroArch requires its own domain)",
|
|
|
|
"fr": "Choisissez un nom de domaine pour RetroArch (RetroArch nécessite son propre domaine)"
|
2020-05-08 20:42:27 +02:00
|
|
|
},
|
2021-02-20 19:31:31 +01:00
|
|
|
"example": "retroarch.example.com"
|
2020-05-08 20:42:27 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
2021-02-20 19:31:31 +01:00
|
|
|
"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"
|
|
|
|
}
|
2020-05-08 20:42:27 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|