Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.34 KB

README_es.md

File metadata and controls

49 lines (31 loc) · 2.34 KB

Reverse Proxy para Yunohost

Nivel de integración Estado funcional Estado En Mantención

Instalar Reverse Proxy con Yunhost

Leer este README en otros idiomas.

Este paquete le permite instalarReverse Proxy rapidamente y simplement en un servidor YunoHost.
Si no tiene YunoHost, visita the guide para aprender como instalarla.

Descripción general

This application allows to configure a HTTP(S) reverse proxy to serve another web service, as well as an (optional) static assets directory to serve directly from nginx. The application appears as a tile in the SSOWat panel, unless configured otherwise after install. The access to the application can be made public.

The supported backends are:

  • plaintext HTTP to localhost (127.x.x.x)
  • HTTPS to any destination
  • socket file on local disk

Please be aware that SSOWat sends user credentials in plaintext to the backend, so do not use this application to reverse-proxy a service you don't trust (for example to mirror a site hosted by someone else).

Versión actual: 0.2~ynh2

Documentaciones y recursos

Información para desarrolladores

Por favor enviar sus correcciones a la [branch testing](https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing

Para probar la rama testing, sigue asÍ:

sudo yunohost app install https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug
o
sudo yunohost app upgrade reverseproxy -u https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug

Mas informaciones sobre el empaquetado de aplicaciones: https://yunohost.org/packaging_apps