-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
Description
Hi,
Issue: Hosting an App on a Custom Port Behind a VPN with Rover
I’m working on hosting an application with Rover, and it’s running well on the default HTTP/HTTPS ports. We have deployed several apps used internally on caprover. However, my server is inside a VPN, and the typical HTTP/HTTPS ports are blocked by the firewall.
To make a new app we are building publicly accessible, I want to open a custom port, say 8600, and have my new app listen on this port to respond to requests. The goal is to enable users to access it via a URL like app.domain.com:8600. However, I’m struggling to configure CapRover to allow this setup.
Could someone guide me on configuring CapRover to handle https requests for my new app on a custom port like 8600?
Thank you for the help!