mirror of
https://github.com/YunoHost-Apps/reverseproxy_ynh.git
synced 2024-09-03 20:16:23 +02:00
5 lines
567 B
Markdown
5 lines
567 B
Markdown
This application allows to integrate a custom tile in YunoHost's user portal. Typical use cases include:
|
|
- **visible 301/302 redirect** : having a "virtual" app tile that's just a redirection to another url or external website
|
|
- **invisible redirect / reverse-proxy** : creating an app tile for a local app listening on a specific port, or a Docker container, or an app hosted on another machine
|
|
|
|
In technical terms: this app only adds a NGINX configuration snippet with either `redirect` or `proxy_pass` rule, and a YunoHost tile + appropriate SSOwat configuration.
|