Home Assistant Community Add-on: Nginx Proxy Manager
bg1000: emd you can use the command “systemd-resolve --status” . At the bottom of the listing you should see the current DNS server as well as the list of configured DNS servers. If 192.168.0.100...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
DNSMasq should be configured to redirect ui.home to the ip address of the proxy server not the address where the actual service runs (unless they happen to be the same). If you type “ping ui,home” the...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Thanks yes that helps some. Let me clarify with my setup. -I am running windows 10. Within Windows 10, I have a Hyper-V VM with Home Assistant running. That VM with Home Assistant is at the...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
For proxying as subfolder you need to also add the overwritewebroot in Nextcloud’s config.php:...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
The doc page for the addon is here https://github.com/home-assistant/hassio-addons/blob/7a63283562aae8f3bc7e92b9bbec271fbae26e9d/dnsmasq/DOCS.md I think for what you are trying to do you want to...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Thank you, this seems to have fixed my problem. I never would have found this answer on my own. Again, I really want to thank you for your help, Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
I’ve been trying to use Nginx Proxy Manager but when I turn it on, my webhooks get broken. Here’s the traceback File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Also, if I turn off Nginx Proxy Manager and use the following http: config section, the webhooks work fine, so I don’t think it’s a router issue http: base_url: !secret http_base_url ssl_certificate:...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Guys i have installed that and home assistant forwarding works like a charm. I want to forward 443 also to my synology, but it did’t work for me. Do i also create SSL letsencrypt certificat and...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Also is it possible to remove the “Congratulations” page of Nginx when you go to your https adres? Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
You can change it in Settings. Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
I’m trying to renew my Let’s Encrypt Certificate through the proxy manager and I either get an “Internal Error” or timeout. Not sure where to look for logs to see what’s going wrong. Deleting and...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Do you have port 80 forwarded to the ip of the machine where NPM is running? Most of the times when I had issues with certificate renewal it was because I had done some bad stuff elsewhere (pointed...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Apparently I had removed port 80 from the Proxy Manager config. Re-added that. Still failed, got “Another instance of Certbot is already running” error, so ran the commands above to delete the...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
If I do an SSL scan of my site when connected to this add-on, (https://www.ssllabs.com/ssltest/index.html), I get a “B” grade, mostly because the add-on has TLS 1.0 and TLS 1.1 turned on. How can I...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Are you using your own certificate or Let’s Encrypt? Without Block Common Exploits, HTTP/2 Support, HSTS Enabled and HSTS Subdomains ticked I still get an A (enabling those it goes to A+). Read full...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Cloudflare Origin Certificate. I have Block Common Exploits on, others unchecked. Edit: It turns out I can restrict this via Cloudflare, which brings me to an A but I’d still like to adjust the nginx...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
oester: I’d still like to adjust the nginx settings and enable mod_security. Might be wrong but I think you would need a vanilla Nginx install for that. Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Does anyone have this working on a Unifi network, and could you share your settings? Mine doesn’t want to forward port 80 and instead of seeing HASS, I get the Unifi configuration page. Cheers,...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
I don’t have Unifi gear but, after correctly forwarding port 80, expectations are to be able to access Nginx greetings page (with the default NPM settings), not Home Assistant. Basically, after...
View Article