reverseproxy_ynh/README_fr.md

49 lines
2.5 KiB
Markdown
Raw Normal View History

2022-06-05 16:08:00 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-01-08 14:33:31 +01:00
# Reverse Proxy pour YunoHost
2021-06-04 16:26:21 +02:00
2023-10-31 15:33:01 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/reverseproxy.svg)](https://dash.yunohost.org/appci/app/reverseproxy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/reverseproxy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/reverseproxy.maintain.svg)
2023-01-08 14:33:31 +01:00
[![Installer Reverse Proxy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=reverseproxy)
2021-06-04 16:26:21 +02:00
*[Read this readme in english.](./README.md)*
2023-10-31 15:33:01 +01:00
> *Ce package vous permet dinstaller Reverse Proxy rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-06-04 16:26:21 +02:00
2023-10-31 15:33:01 +01:00
## Vue densemble
2021-06-04 16:26:21 +02:00
2023-01-08 14:33:31 +01:00
Cette application permet de configurer un reverse proxy HTTP(S) pour servir un autre service web, ainsi qu'un dossier (optionnel) pour les assets statiques qui sera servi directement depuis nginx. L'application apparaît comme tuile dans le panel SSOWat, sauf si elle a été configurée autrement après l'installation. L'accès à l'application peut être rendu public.
2021-06-04 16:26:21 +02:00
2023-01-08 14:33:31 +01:00
Les backends supportés sont:
2021-06-04 16:26:21 +02:00
2023-01-08 14:33:31 +01:00
- HTTP en clair (plaintext) vers localhost (127.x.x.x)
- HTTPS vers n'importe quelle destination
- fichier socket sur disque local
2021-06-04 16:26:21 +02:00
2023-01-08 14:33:31 +01:00
Attention, SSOWat envoie les identifiants des utilisateurices en clair jusqu'au backend, donc n'utilisez pas cette application pour reverse-proxy un service dans lequel vous n'avez pas confiance (par exemple pour mirrorer un site hébergé par une autre personne).
2022-08-16 23:30:29 +02:00
2021-06-04 16:26:21 +02:00
2023-10-31 15:33:01 +01:00
**Version incluse :** 0.2~ynh1
2021-06-04 16:26:21 +02:00
## Documentations et ressources
2023-10-31 15:33:01 +01:00
* Site officiel de lapp : <https://en.wikipedia.org/wiki/Reverse_proxy>
* YunoHost Store: <https://apps.yunohost.org/app/reverseproxy>
2023-01-08 14:33:31 +01:00
* Signaler un bug : <https://github.com/YunoHost-Apps/reverseproxy_ynh/issues>
2021-06-04 16:26:21 +02:00
## Informations pour les développeurs
2023-01-08 14:33:31 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing).
2021-06-04 16:26:21 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-06-05 16:08:00 +02:00
``` bash
2023-01-08 14:33:31 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug
2021-06-04 16:26:21 +02:00
ou
2023-01-08 14:33:31 +01:00
sudo yunohost app upgrade reverseproxy -u https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug
2021-06-04 16:26:21 +02:00
```
2023-10-31 15:33:01 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>