reverseproxy_ynh/README.md

93 lines
4.4 KiB
Markdown
Raw Normal View History

2021-06-04 16:26:21 +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.
-->
# Redirect for YunoHost
2021-01-23 15:21:17 +01:00
[![Integration level](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg)
[![Install Redirect with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redirect)
2016-06-20 23:43:51 +02:00
2021-06-04 16:26:21 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Redirect quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2021-08-22 08:58:24 +02:00
Create a redirection or a proxy to another path
2021-06-04 16:26:21 +02:00
**Shipped version:** 1.0.0~ynh5
## Disclaimers / important information
**Add a link on your user panel redirecting to another page or app, which can be protected behind your panel for some**.
2021-01-23 15:21:17 +01:00
It could be an invisible redirect, an external link, another app on your local network, a reverse proxy to an app or a Docker container... Some apps can be even be protected behind your panel (meaning that you will have to log-in to access them). The only limit is your imagination - and NGINX ;).
2021-08-22 08:58:24 +02:00
This app only adds a NGINX configuration file with `redirect` or `proxy_pass` rule, and a YunoHost tile. Nothing more.
2016-06-20 23:43:51 +02:00
2017-05-11 09:57:11 +02:00
## Redirect type
2016-06-20 23:43:51 +02:00
2017-05-11 09:57:11 +02:00
### Visible redirect
2016-06-20 23:43:51 +02:00
2021-01-23 15:21:17 +01:00
Visitor's address bar will change. Helpfull to add a user link to another website
2016-06-20 23:43:51 +02:00
you-domain.com -> another-domain.net
you-domain.com/foo -> another-domain.net/bar
2017-05-11 09:57:11 +02:00
### Invisible (proxy) redirect
2016-06-20 23:43:51 +02:00
2021-01-23 15:21:17 +01:00
Visitor's address bar will remain the same. Mostly use to serve local webserver for a personnal application.
2016-06-20 23:43:51 +02:00
you-domain.com/foo -> http://172.0.0.1:8080/app
2021-01-23 15:21:17 +01:00
**IMPORTANT:** the `redirect.conf` file might need to be updated according to your situation!
**WARNING:** Many apps do not support being redirected to a different path due to relative links! This means that some apps being hosted for example on http://127.0.0.1:5050/app/ HAVE TO be redirected to http://domain.tld/app/ and NOT http://domain.tld/someotherapp/
*Concrete example:* the Odoo Docker container runs on http://127.0.0.1:8069/. You will not be able to redirect it to http://domain.tld/odoo/ ! You have to redirect it to the root, so for example http://odoo.domain.tld/
2017-05-11 09:57:11 +02:00
## Public or private redirect
In case of a private redirect, the app will be available to logged in users only. This could be useful if you want to protect behind the SSO an app from your local network or from the server (e.g., a Docker container or an app that does not have user management or password protection).
**IMPORTANT:** Make sure that the app you want to protect CANNOT be accessed by its port or another direct link. Otherwise, your app will only be protected in YunoHost but would still be available through its direct link. In the case of a Docker container, the port of the container will have to be local (e.g., -p 127.0.0.1:9000:9000).
2017-05-11 09:57:11 +02:00
## Case examples
- **Creating a tile for a Docker container** with a local port (e.g., -p 127.0.0.1:PORT:PORT): proxy redirect to http://127.0.0.1:PORT-OF-THE-CONTAINER/
- **Redirecting to an external website**: visible redirect to the URL
- [CozyCloud behind YunoHost?](https://forum.cozy.io/t/cozy-cloud-sous-yunohost/616/11)
- **Creating a tile and protecting apps that are difficult to package natively (or for prototyping)**
**_Feel free to [share your case examples and customized Nginx files on the forum](https://forum.yunohost.org/t/2182)._**
2016-06-20 23:43:51 +02:00
## Credits
Insprired by [scith](https://github.com/scith) work.
2021-06-04 16:26:21 +02:00
## Documentation and resources
* Official app website: https://github.com/YunoHost-Apps/redirect_ynh
* YunoHost documentation for this app: https://yunohost.org/app_redirect
* Report a bug: https://github.com/YunoHost-Apps/redirect_ynh/issues
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/redirect_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug
or
sudo yunohost app upgrade redirect -u https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps