Hello! Can someone write a tutorial to addon nginx proxy manager? I have a probelm with it, probably it will be easy for you, not for me
I am using newest hassio in docker on ubuntu with duckdns (should I “accept_terms” set to true in this addon aswell? i did it) Somehow I configure it well and i can acces hassio by typing mydomain.duckdns.org . My ubuntu ip is 192.168.100.6. I just want to type in addres line (for example) mydomain.duckdns.org/nginx and be connected to 192.168.100.6:81 (nginx proxy manager) so i clicked edit in existing proxy host, moved to “custom locations” add location: /nginx , scheme https ip: 192.168.100.6 forward port: 81. And after that when i go mydomian.duckdns.org it says 502 bad gateway. If i change Scheme https to http i got blank white page. What i am doing wrong? I want to type mydomian.duckdns.org/router and be connected to 192.168.100.1:80 aswell.
Second question: Is there a possibility do add a config (i am very low with that) to acces nginx proxy manager without opening 81 port? I just want have a minimal amount of ports opened, to make proxy manager work i have 81, 443 opened only.
Just wondering if there is a way to reset this addon completely?
I have reinstalled it recently and it will not allow me to log in using the default username and password or the one i had set up when i had the addon installed before:
[4/23/2019] [1:55:47 PM] [Express ] › warning No relevant user found
I currently use the older Nginx Home Assistant SSL proxy add-on. Should I switch to this one? I started it, but I think they conflict with each other. I think it also disabled the older one after restarting… and I couldn’t access the backend… Just wondering if there was reasons I should get this one working overf the older one. Thanks
I have the same configuration but I have to use pihole.mydomain.com/admin then it works fine.
I don’t use any locations or custom configuration to redirect pihole.mydomain.com to yourip:4865/admin.
Just plain forward to 4865 and then I add the /admin location when I call the URL.
Here are my notes for how to set up Nginx Proxy Manager (NPM) for
hassio: 192.168.1.xxx:8123
other server: 192.168.1.yyy:zzzz
In DNS settings for mydomain.com - create a subdomain forward for hassio and other server (I used an A record + dynamicDNS)
forward @.mydomain.com to my home IP 123.45.67.89
forward other.mydomain.com to my home IP 123.45.67.89
In my router - send incoming traffic to hassio to be grabbed by NPM
forward port 80 to 192.168.1.123 Internal Port 80 TCP
forward port 443 to 192.168.1.123 Internal Port 443 TCP
In Nginx Proxy Manager
Create a Proxy Host for Hassio
Domain Names: mydomain.com
Scheme: http
Forward Hostname / IP: 192.168.1.xxx
Forward Port: 8123
Enable Websockets Support
SSL Request new Certificate
Create a Proxy Host for other server
Domain Names: other.mydomain.com
Scheme: http
Forward Hostname / IP: 192.168.1.yyy
Forward Port: zzzz
SSL Request new Certificate
Note: NPM / Let’s Encrypt does not handle wildcard SSL at this time. So request a new SSL Certificate for every subdomain
In Configuration.yaml, comment out the HTTP section if not already done #http:
# base_url: http://mydomain.com:8123
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem
In add-on configs, confirm: “ssl”: false,
My add-on TasmoAdmin is unavailable from the “Open Web UI” link so I link to them directly with http://192.168.1.xxx:9541 etc. and accept the unsecure notice.
I had to set up Grafana as an other server because it does not support Hass.io Ingress, and I need https access to the graphs.
I cant access grafana from internet,
I can access locally but not through internet.
What are nginx conf for grafana
Please guide
Is this right place to ask for guidance?
Dear,
I have one rpi3b+,
I had installed hassio with docker on raspbian.
What should I do to use grafana with https locally as well as from internet.
Guidance needed.
Please guide