diff --git a/README.md b/README.md index 51d4760..80199a7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Kodi for YunoHost -[![Integration level](https://dash.yunohost.org/integration/kodi.svg)](https://dash.yunohost.org/appci/app/kodi) ![Working status](https://ci-apps.yunohost.org/ci/badges/kodi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/kodi.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/kodi.svg)](https://dash.yunohost.org/appci/app/kodi) ![Working status](https://ci-apps.yunohost.org/ci/badges/kodi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/kodi.maintain.svg) + [![Install Kodi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kodi) *[Lire ce readme en français.](./README_fr.md)* @@ -20,7 +21,6 @@ Kodi is a media center and entertainment hub that brings all your digital media **Shipped version:** 19.1~ynh1 - ## Screenshots ![Screenshot of Kodi](./doc/screenshots/screenshot1.gif) diff --git a/README_fr.md b/README_fr.md index 042383f..9641e6f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,31 +5,31 @@ It shall NOT be edited by hand. # Kodi pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/kodi.svg)](https://dash.yunohost.org/appci/app/kodi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kodi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kodi.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/kodi.svg)](https://dash.yunohost.org/appci/app/kodi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kodi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kodi.maintain.svg) + [![Installer Kodi avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kodi) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Kodi rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Kodi rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Kodi is a media center and entertainment hub that brings all your digital media together. It is 100% free and open source, very customisable and runs on a wide variety of devices. Users can play and view most videos, music, podcasts, games and other digital media files from local and network storage media and the internet. -**Version incluse :** 19.1~ynh1 +**Version incluse :** 19.1~ynh1 +## Captures d’écran -## Captures d'écran - -![Capture d'écran de Kodi](./doc/screenshots/screenshot1.gif) +![Capture d’écran de Kodi](./doc/screenshots/screenshot1.gif) ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -45,4 +45,4 @@ ou sudo yunohost app upgrade kodi -u https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/nginx.conf b/conf/nginx.conf index d76ee1d..ccd4528 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__/; - proxy_set_header Host $http_host; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Scheme $scheme; proxy_set_header Upgrade $http_upgrade;