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
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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.10.0~ynh2",
|
||||
"version": "1.10.0~ynh3",
|
||||
"url": "http://www.retroarch.com/",
|
||||
"upstream": {
|
||||
"version": "1.10.0",
|
||||
|
@ -33,8 +33,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "retroarch.example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
|
|
Loading…
Reference in a new issue