From 0e165bd664081a8b58edc729ce5b570feb2b24b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 19 Jan 2023 22:32:51 +0100 Subject: [PATCH 1/2] Fix nginx configuration: Missing X-Forwarded headers... --- conf/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4f6842d..fd00dd5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,6 +2,10 @@ location __PATH__/ { proxy_pass http://localhost:__PORT__; proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Host $host:$server_port; + proxy_set_header X-Forwarded-Port $server_port; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; From f67abd83bd84e9fca90c3db1f4fda0f56f8f786d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 Jan 2023 21:32:58 +0000 Subject: [PATCH 2/2] Auto-update README --- README_fr.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README_fr.md b/README_fr.md index 72e9cab..3b7ae02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # Fider pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/fider.svg)](https://dash.yunohost.org/appci/app/fider) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/fider.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/fider.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/fider.svg)](https://dash.yunohost.org/appci/app/fider) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/fider.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/fider.maintain.svg) [![Installer Fider avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fider) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Fider 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 Fider 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 Fider is a feedback portal that helps teams collect and prioritize customer feedback in one place, based on votes and ideas submitted. @@ -30,9 +30,9 @@ Fider is a feedback portal that helps teams collect and prioritize customer feed **Démo :** https://feedback.fider.io -## Captures d'écran +## Captures d’écran -![Capture d'écran de Fider](./doc/screenshots/screenshot.png) +![Capture d’écran de Fider](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -45,9 +45,9 @@ Fider is a feedback portal that helps teams collect and prioritize customer feed ## 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 : @@ -63,4 +63,4 @@ ou sudo yunohost app upgrade fider -u https://github.com/YunoHost-Apps/fider_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