reverse proxy infront of cloudron?
-
wrote on Oct 7, 2022, 11:51 AM last edited by girish Oct 10, 2022, 9:17 PM
Hello!
Is there a way to use something like Nginx (or Nginx proxy manager) infront of cloudron?
Like 80/443 port forwarded to -> Nginx -> cloudron?
My use case is : I have few other applications that is not in Cloudron, plus few apps in cloudron that I dont want to expose to the internet.
-
For the use-case to expose non-Cloudron apps, the latest version 7.3 has a proxy app feature, which puts the Cloudron in-front and proxies requests to other apps. See https://docs.cloudron.io/apps/#app-proxy for more details.
This however does not yet solve the use-case to not expose certain apps on Cloudron yet. But this is on our list for the next releases.
-
wrote on Oct 7, 2022, 3:33 PM last edited by robi Oct 7, 2022, 3:34 PM
Cloudron already uses Nginx in reverse proxy configuration for all its containerized apps and own services.
You can have additional upstream proxies and manage them yourself.
-
For the use-case to expose non-Cloudron apps, the latest version 7.3 has a proxy app feature, which puts the Cloudron in-front and proxies requests to other apps. See https://docs.cloudron.io/apps/#app-proxy for more details.
This however does not yet solve the use-case to not expose certain apps on Cloudron yet. But this is on our list for the next releases.
wrote on Oct 9, 2022, 8:52 AM last edited by@nebulon Thank you!
-
Cloudron already uses Nginx in reverse proxy configuration for all its containerized apps and own services.
You can have additional upstream proxies and manage them yourself.
wrote on Oct 9, 2022, 8:58 AM last edited by@robi Thank you!!
Nginx Proxy Manager is a UI + LetsEncrypt for Nginx if I have to simplify it.
Do you have a sample Nginx proxy conf for this setup?
Thanks again! -
-