From 60bb089087431c775efda519f1046b19de7b0b95 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:18:42 +0100 Subject: [PATCH] Update DESCRIPTION.md --- doc/DESCRIPTION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 4f42f68..981b8fe 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,5 @@ -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 +This application allows to integrate a custom tile in YunoHost's user portal. -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. +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.