1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00
redirect_ynh/doc/DESCRIPTION.md

6 lines
452 B
Markdown
Raw Normal View History

2024-01-07 21:18:42 +01:00
This application allows to integrate a custom tile in YunoHost's user portal.
2024-01-07 21:18:42 +01:00
There two typical use cases are covered:
- **basic, explicit redirection** : this is a "virtual" app tile that just redirects to another url or external website using HTTP code 302
- **reverse-proxy** : create an app tile to expose an app listening on a specific port, typically something that you manually installed (with or without Docker) locally or on another machine.