-
Notifications
You must be signed in to change notification settings - Fork 75
Reverse proxying on a single port #51
Comments
Hi James, The client request a list of ports from the server (located in your config) We can look into client side port overrides later this week. You can find a reverse proxy in nginix example here https://blog.ulterius.io/ulterius-progress-report-august-2016/ On Wednesday, October 12, 2016, JamesCarpenter notifications@github.com
|
Hi - thanks for the swift reply! I did have a look at trying to edit the client, but I'll be honest it looks like it's beyond my limited programming abilities. If you could point me in the right direction (which file/function) I'll have another crack but no worries if not. Thanks again P.s. I saw the reverse proxy example - it was handy, thanks! |
Update: I found that by just changing "this.port" in the minified bundle.js to 80 I was able to make it work :) |
Thanks James, this actually just made me realize something about the On Wednesday, October 12, 2016, JamesCarpenter notifications@github.com
|
Hi guys, I had this working great, but the server has now updated and I'm no longer able to find the bundle.js which I was able to edit last time to fix the problem I was having... Any ideas? |
IT is located in system32 as Ulterius runs as a service now C:\Windows\System32\config\systemprofile |
Makes sense - thanks very much! |
Hi there,
First off - great work on Ulterius, it looks fantastic so far.
Secondly, I wonder if you can help? I'm trying to reverse proxy Ulterius on a single port so that I can have all traffic run over 80 for ease of access from restricted networks (eventually I'll use 443 and HTTPS/WSS but for now I'm using 80 to simplify the PoC).
I can see that this should be possible (using the API endpoints /api /webcam etc) and I have the web portion and api running successfully just by entering port 80 at the connection dialogue, but I can't find a way to point the client to a specific port for webcam, screen sharing, etc. I saw in settings that you can choose a port for these, but the setting is server-side which is obviously not what I'm trying to achieve.
Is there a way I can get the client to point to those endpoints on a specific port (e.g. point all to port 80) and have them forward to the correct ports on the server using the reverse proxy?
Below is a copy of my vhost setup to clarify what I mean:
The text was updated successfully, but these errors were encountered: