Merge pull request #1914 from Zajsoft/patch-1

[NetalertX] IPv6 Fix
This commit is contained in:
Alexandre
2025-06-16 16:31:03 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 25.6.7-2 (16-06-2025)
- IPv6 Fix
## 25.6.7 (07-06-2025)
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)

View File

@@ -51,5 +51,5 @@
"slug": "netalertx",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "25.6.7"
"version": "25.6.7-2"
}

View File

@@ -6,7 +6,7 @@ server {
include /etc/nginx/includes/proxy_params.conf;
location / {
proxy_pass http://localhost:20211/;
proxy_pass http://127.0.0.1:20211/;
rewrite ^%%ingress_entry%%/?(.*)$ /$1 break;
sub_filter_once off;
sub_filter_types *;