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 committed by GitHub
parent 258868fdc7
commit cc56ddb905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.