-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: nginx reverse Proxy #15
Comments
Hi Echteler I've done some testing using linuxserver/letsencrypt with some success on nodered, just couldn't get the websockets up upgrade correctly to work with the debugging. I'll add it to #14 |
I could help on that one, :-) in the grafana.ini: then the iginx.conf: |
I would really appreciate the help, I'm going to have to setup a wiki for the https section. When it comes to opening ports out to the web I want to make sure people follow safe practices. I would like to add some instructions for an ssh tarpit or at least a link. I want to make some headway with the other requests first though. i think i missed this: |
I had to find all of this out by trial and error :-) |
Antonio is busy working on polishing the nodered Dockerfile to get SQLite and serial working. So i would hold off on that for now. Which image did you use for the nginx proxy, letsencryt? I could always make a branch for testing |
Hi Philipp I tried adding
into the settings.js file as you suggested but what happened was my nodered just moved to nodered:1880/nodered and i had to change
this still didn't fix the issue that the websockets don't upgrade to wss so none of the debugging works. Do your debug nodes work with your reverse proxy? I tested that with linuxserver/letsencrypt but i think i should just use straight nxinx |
it could be a letsencrypt container issue and i need to set something else |
Sigh, i have been chasing ghosts. My NAT reflection is the problem. The websockets works fine from the internet but not when I use the domain name from my internal network. |
I've been doing some work on the reverse-proxy and i've hit a little stumbling block. Home assistant does not support being referenced via a subfolder |
Hi gcgarner, |
From what google says, reverse proxy and Ip adresses with subdomains are not possible, except when you edit the hosts file something .... |
will be added in #14 |
Hi gcgarner,
thanks a lot for creating the project. I found found it on youtube - the guy with the swiss accent. :-)
one nice option would be proxying all the services, to make them reachable via {url}/grafana, {url}/nodered, ...
one possible source of inspiration could be from:
https://github.com/janvda/balena-node-red-mqtt-nginx-TIG-stack
have a great day
echteler
The text was updated successfully, but these errors were encountered: