Add a link

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
ljf (zamentur) 2022-08-06 14:29:11 +02:00
parent 5a8f39aa8a
commit d53838297f

View file

@ -15,7 +15,7 @@ If your app is a PHP or HTML/JS app, you probably should use the `Custom Webapp`
If you use an other techno, you should install it like on a classical debian. If you use an other techno, you should install it like on a classical debian.
To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the `redirect` app to create a nginx reverse proxy on your local ip/port running the service. To expose the app on the web through nginx and be able to manage access permissions to the webapp, you could use the [`redirect` app](https://github.com/YunoHost-Apps/redirect_ynh/) to create a nginx reverse proxy on your local ip/port running the service.
!!! You should use the proxy mode of the redirect app and not HTTP redirections mode. !!! You should use the proxy mode of the redirect app and not HTTP redirections mode.