Page 1 of 1

Reverse Proxy

Posted: Wed May 31, 2017 7:46 pm
by phiku
It would by nice, If QNAP could integrate an Reverse Proxy functionality in the GUI with the Apache or Ngnix- Webserver. For more flexibility in accessing the services outside the local network.

Re: Reverse Proxy

Posted: Wed May 31, 2017 8:44 pm
by giopas
There are different ways and packages you canc already use for this: built-in apache, Qngix, Qapache, ngrok, Traefik and Browser Station. But all of them require some manual edit in the config files and given the endless possibility, a simple gui is not possible. It is not as simple as creating a virtual host.

However if you dig in this forum the are quite a few post detailing how to do so.

Sent from my A0001 using Tapatalk

Re: Reverse Proxy

Posted: Thu Jun 01, 2017 5:39 pm
by phiku
Yes, your're right. It's already possible by using existing packages but I would like to have a gui like synology has :)

Re: Reverse Proxy

Posted: Sat Sep 07, 2019 7:35 pm
by wookie_lover
I agree - I have dug around a bit trying to implement solutions but none seem to work as I would have expected. Can anyone recommend a full end to end generic solution that can then be applied for dockerised wordpress, openproject and nextcloud services via HTTPS?

Re: Reverse Proxy

Posted: Sat Sep 28, 2019 9:45 pm
by Vepox
Native support would be nice. What I did:
- Install lightweight debian server in virtualization station
- put nginx on it, gave it a static IP address
- made to autostart with qts

For https I used a lets encrypt wildcard certificate.

It works really reliable

Re: Reverse Proxy

Posted: Sat Sep 28, 2019 11:42 pm
by mlai
I just run haproxy in a container......

Re: Reverse Proxy

Posted: Sun Sep 29, 2019 12:27 am
by giopas
Caddy Is also super convenient for reverse proxy! Also on https!

Sent from my ONEPLUS A5000 using Tapatalk


Re: Reverse Proxy

Posted: Thu Apr 30, 2020 4:40 pm
by dayfly
mlai wrote: Sat Sep 28, 2019 11:42 pm I just run haproxy in a container......
Do you have a manual to set it up ? i have been searching for hours on how to setup haproxy in container station but i cant get it to work.