xbrowsersync / api-docker

xBrowserSync API for Docker
231 stars 54 forks source link

Running xBrowserSync without reverse proxy in LAN #34

Open SuberSeb opened 1 year ago

SuberSeb commented 1 year ago

Is there a chance to run xBrowserSync in Docker without reverse proxy and not exposed to the internet at all (I want to use VPN to connect)?

With default setup http connection is not working properly. Let's say I run xBrowserSync on http://192.168.1.1:50000. When I'm opening tab with xBrowserSync page index.js and styles.js is loading from https://192.168.1.1:50000 (not http). Since I'm not using https in this setup, loading failes. Also Android clients can't connect to this instance at all.

Can you help me with configuration?