mirror of
https://github.com/YunoHost-Apps/retroarch_ynh.git
synced 2024-09-03 20:16:12 +02:00
commit
d8899f16b3
2 changed files with 2 additions and 7 deletions
|
@ -4,10 +4,6 @@ location __PATH__/ {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
# Force usage of https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Emulate videogames system and play videogames through your web browser",
|
"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"
|
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
|
||||||
},
|
},
|
||||||
"version": "1.10.0~ynh2",
|
"version": "1.10.0~ynh3",
|
||||||
"url": "http://www.retroarch.com/",
|
"url": "http://www.retroarch.com/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
|
@ -33,8 +33,7 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "retroarch.example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
|
Loading…
Add table
Reference in a new issue