Reverse proxy to other servers on the network

Discuss

I have been searching the forum but cannot find a clear answer.
On my synology nas I can simply add all the domains I need and using Reverse Proxy point them to as many servers as I want.
Source
Protocol: https
Hostname: newsite.com
port: 443
Destination
Protocol: http
Hostname: 192.168.45.66
port: 80

and it simply works.
I cannot find a similar easy way of doing this in yunohost.
I checked redirect but that doesn’t seem to be the solution

Thank you for advice

You add a domain on YunoHost (mydomain.tld) (+ Let’s Encrypt certificate), then install Redirect at the root of the added domain, and in the application settings you redirect (reverse-proxy) to a local IP:port.

I do this but I use the reverse proxy app rather than the redirect app.

Oh, there is a reverse proxy app too ?
I’l check it out.
Christian