Trying to determine if bearing proxy will work for my needs. I have a ubuntu VPS server which I intend to move my wife’s wp site to. This will obviously leverage port 80/443. Now I also have a shed in the woods with Starlink and a Mac mini running Plex and a few other services. I’d like to tunnel to Plex (shed in the woods) from my VPS server. As well expose 3-4 web sites running on the Plex Server.
Problem … looks like boringproxy uses port 80/443 which would by default collide with any web servers running on the VPS.
Thought … nginx can be installed using custom ports. Has anyone tested boringproxy->nginx->local|remote web apps. As well as tunneling boringproxy->remotetcp along side the nginx tunnel. Possible solution?