Home Assistant Community Add-on: Nginx Proxy Manager
@ozzi91 @Klagio For those of you who are getting white pages for subfolders: Like mydomain.duckdns.org/nginx you have to setup a base url inside your app as well. If your app doesn’t support it then...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
skynet01: Synology router I don’t have a Synology router but probably it has a DNS Rebinding protection setting and you need to allow for the proxy address to access the router webpage. pfsense calls...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Seems to be a database issue. My pre existing config still works, I just can’t login because it’s switched from using the mariadb database to sqlite. github.com/hassio-addons/addon-nginx-proxy-manager...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Thank you @Petrica , the portainer config worked Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Hello, did you find any solution ? I am in the same boat… Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
The only solution I found was to reinstall the nginx proxy manager addon. Your current config should still be saved in mariadb addon. updating to 0.12.2 didn’t fix the issue either. I did have to muck...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
This is definitely something that just started happening. I am using (and have been using for a long time) mariadb. I can see my user and credentials in the DB. When trying to logon I get ‘no relevant...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Probably the problem is with MariaDB, not NPM. Are you able to set a fresh Docker install of NPM+MariaDB and move the configuration there? Home Assistant Community Add-on: Nginx Proxy Manager - #548...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Petrica: Probably the problem is with MariaDB, not NPM. I dont think so. The database is fine after the connection is re-established even in the SAME nginx container by replacing the production.json...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Hi there! Is anybody using it with Cloudflare certs? I would like to setup the Cloudflare (with proxy) certs to use HTTPS on my external domain, while keeping HTTP internally (to avoid certificate...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Yes it works fine. I’d recheck how you imported and the config. You can also proxy with letsencrypt certs. I use letsencrypt because I prefer locally to connect locally rather than going through...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Yeah just like in @calisro case it works fine. I first had it work with Lets Encrypt and then switched to origin certificate since it lasts for 30 years and apparently better. You have to turn origin...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Thanks for pointing the way to portainer config. Do you by any chance know how to set up NPM as sub location? ex: domain.com/npm Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
skynet01: I first had it work with Lets Encrypt and then switched to origin certificate since it lasts for 30 years and apparently better. Just a note. The certs don’t expire and they are smaller...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
For all local stuff I just use IP and http so no issues with SSL not being verified. I actually haven’t noticed any issues with default caching turned on. Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
You probably will when you have lots of images trying to load, you’ll notice. It’s sluggish as hell. I use a a card that loads all my doorbell images from a sensor and it timed out constantly. Also...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
Hi all. couls anybody here explain IPs used by NPM? After tries and fails I have it up and running with following http config http: use_x_forwarded_for: true trusted_proxies: - 172.30.33.0/24 -...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
I had this issue today after a server restart. I restarted MariaDB and this fixed the issue for me. Read full topic
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
I’m getting the error “another instance of certbot is already running”. I previously had the DuckDNS add-on running alongside NPM, and I just manually pointed NPM at the certs that the DuckDNS add-on...
View ArticleHome Assistant Community Add-on: Nginx Proxy Manager
in DuckDNS addon, have you modified the line : accept_terms: false using the SSL certs paths works well Read full topic
View Article