mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Compare commits
10 Commits
6d76605283
...
c41987b514
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c41987b514 | ||
|
|
e6d1f1359b | ||
|
|
44b4de16ea | ||
|
|
f341f18cf9 | ||
|
|
17a8127dab | ||
|
|
d451cfbd07 | ||
|
|
63dde2b6be | ||
|
|
b47e0d47d6 | ||
|
|
de737b0413 | ||
|
|
54fbd3eb84 |
@@ -1,3 +1,5 @@
|
||||
## 2.1.37-3 (06-01-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 2.1.37-2 (05-01-2026)
|
||||
- Align configuration mapping with addon_config and homeassistant_config
|
||||
|
||||
@@ -33,4 +33,4 @@ schema:
|
||||
slug: joal
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.1.37-2
|
||||
version: 2.1.37-3
|
||||
|
||||
@@ -73,12 +73,6 @@ UIPATH=$(bashio::config 'ui_path')
|
||||
#port=$(bashio::addon.port 80)
|
||||
ingress_port=$(bashio::addon.ingress_port)
|
||||
ingress_interface=$(bashio::addon.ip_address)
|
||||
ui_credentials_json=$(jq -n --arg host "${host_ip}:${host_port}${ingress_url}/" \
|
||||
--arg port "${host_port}" \
|
||||
--arg pathPrefix "${UIPATH}" \
|
||||
--arg secretToken "${TOKEN}" \
|
||||
'{host:$host,port:$port,pathPrefix:$pathPrefix,secretToken:$secretToken}')
|
||||
ui_credentials_encoded=$(printf '%s' "$ui_credentials_json" | jq -sRr @uri)
|
||||
|
||||
#################
|
||||
# NGINX SETTING #
|
||||
@@ -96,7 +90,6 @@ ui_credentials_encoded=$(printf '%s' "$ui_credentials_json" | jq -sRr @uri)
|
||||
sed -i "s/%%port%%/${ingress_port}/g" /etc/nginx/servers/ingress.conf
|
||||
sed -i "s/%%interface%%/${ingress_interface}/g" /etc/nginx/servers/ingress.conf
|
||||
sed -i "s/%%path%%/${UIPATH}/g" /etc/nginx/servers/ingress.conf
|
||||
sed -i "s|%%ui_credentials%%|${ui_credentials_encoded}|g" /etc/nginx/servers/ingress.conf
|
||||
mkdir -p /var/log/nginx && touch /var/log/nginx/error.log
|
||||
|
||||
###############
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
server {
|
||||
listen %%interface%%:%%port%% default_server;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 25.11.29-2 (06-01-2026)
|
||||
- Minor bugs fixed
|
||||
## 25.11.29 (20-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 25.10.1-4 (01-12-2025)
|
||||
|
||||
@@ -11,6 +11,8 @@ environment:
|
||||
NETALERTX_CONFIG: /config/config
|
||||
NETALERTX_DB: /config/db
|
||||
TMP_DIR: /tmp/tmp
|
||||
NETALERTX_CONFIG_FILE: /config/config/app.conf
|
||||
NETALERTX_DB_FILE: /config/db/app.db
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
image: ghcr.io/alexbelgium/netalertx-{arch}
|
||||
@@ -50,4 +52,4 @@ slug: netalertx
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.11.29
|
||||
version: 25.11.29-2
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 25.10.1-2 (06-01-2026)
|
||||
- Minor bugs fixed
|
||||
## 25.5.24 (01-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 25.10.1-3 (29-11-2025)
|
||||
|
||||
@@ -3,10 +3,16 @@ arch:
|
||||
- amd64
|
||||
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
|
||||
environment:
|
||||
PGID: "102"
|
||||
PGID: "20211"
|
||||
PORT: "20211"
|
||||
PUID: "102"
|
||||
PUID: "20211"
|
||||
TZ: Europe/Berlin
|
||||
NETALERTX_DATA: /config
|
||||
NETALERTX_CONFIG: /config/config
|
||||
NETALERTX_DB: /config/db
|
||||
TMP_DIR: /tmp/tmp
|
||||
NETALERTX_CONFIG_FILE: /config/config/app.conf
|
||||
NETALERTX_DB_FILE: /config/db/app.db
|
||||
full_access: true
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
@@ -47,4 +53,4 @@ slug: netalertx_fa
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.10.1
|
||||
version: 25.10.1-2
|
||||
|
||||
Reference in New Issue
Block a user