If I open via http://homeassitant:8080 I can reach my Addon website.
But if I try to open in with Open UI (ingress) then I get a “404: Not found” page
What am I doing wrong ?
This error is with both my duckdns url (https and then HA reverse proxy manager) or my local http://homeassisant:8123 .
In Supervisor log I get no errors anymore.
I made a similar ingress.conf file in my addon folder:
server {
listen 8080;
allow 172.30.32.2;
deny all;
}
Addon is located locally under \homeassistant\addons
Secondl: If I want to change my Addon files I each time have to uninstalled my addon, refresh page and “check for repo changes” and then the full IMG docker is downloaded again, is’t there a quicker way to change my Addon files without the full reinstall ?
my configuration.yaml looks like this:
http:
ip_ban_enabled: true
login_attempts_threshold: 3
#enabled below for NGINX reverse proxy manager
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 172.16.0.0/12
- ::1
- 172.30.33.0/24 # test for 172.30.33.16