i need help with docker/nginx
ive thrown a bunch of home automation services in a docker compose, and now want to add an nginx reverse proxy so we dont have to type out the ports every time, but it just will not work
i mostly get the issue that all of the assets fail to load because they try to load from the wrong URL
for example, i have zigbee2mqtt listening to port 8080, how do i proxy that to /zigbee for example?
re: i need help with docker/nginx
@mxdragon this is how I've set up HA (with SSL, ignore those parts for zigbee2mqtt obvs)
re: i need help with docker/nginx
@mxdragon …I just realized that doesn't help much at all bc I'm using a subdomain
re: i need help with docker/nginx
@mxdragon what you want is the location block though combined with proxy_pass
re: i need help with docker/nginx
@noiob i dont really see anything new in this, i might just yeet nginx tomorrow
re: i need help with docker/nginx
@mxdragon want me to look over your config?