mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Compare commits
24 Commits
b1f85a37e2
...
31ab15c67e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31ab15c67e | ||
|
|
2d518194b4 | ||
|
|
bbd7ea3ec2 | ||
|
|
694c9fc819 | ||
|
|
0351e89dac | ||
|
|
4d5636babc | ||
|
|
06abbed66e | ||
|
|
d92f517483 | ||
|
|
0cd1edc0b0 | ||
|
|
448f52528a | ||
|
|
631d4b402d | ||
|
|
0583653671 | ||
|
|
8297883a11 | ||
|
|
2e103f4e0c | ||
|
|
944e4bb537 | ||
|
|
fdbce1fdef | ||
|
|
a1f21ed7aa | ||
|
|
8235ba926d | ||
|
|
7b6aba9187 | ||
|
|
f6e8e51e99 | ||
|
|
44a115441a | ||
|
|
fb52bb098a | ||
|
|
ffe41b4581 | ||
|
|
7bfd71820d |
@@ -1,4 +1,4 @@
|
||||
GRDF_USERNAME: username #your GRDF login (ex : myemail@email.com)
|
||||
GRDF_PASSWORD: password #your GRDF password
|
||||
MQTT_HOST: 127.0.0.1 #hostname or ip adress of the MQTT broker.
|
||||
MQTT_HOST: 127.0.0.1 #hostname or ip address of the MQTT broker.
|
||||
# OPTIONAL VARIABLES : see https://github.com/ssenart/gazpar2mqtt
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## v3.9.2-3 (07-01-2026)
|
||||
- Minor bugs fixed
|
||||
## v3.9.2-2 (07-01-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## v3.9.2 (03-01-2026)
|
||||
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
|
||||
|
||||
@@ -114,4 +114,4 @@ schema:
|
||||
slug: mealie
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "v3.9.2"
|
||||
version: v3.9.2-3
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
sub_filter '`/api' '`%%ingress_entry%%/api';
|
||||
sub_filter "'/api" "'%%ingress_entry%%/api";
|
||||
sub_filter %%base_subpath%% %%ingress_entry%%/;
|
||||
sub_filter recipes/releases/tag recipes/mealie/releases/tag;
|
||||
sub_filter mealie-recipes%%ingress_entry%%/releases mealie-recipes/mealie/releases;
|
||||
sub_filter 'href="/"' 'href="%%ingress_entry%%/"';
|
||||
sub_filter '"\/"' '"%%ingress_entry%%\/"';
|
||||
}
|
||||
|
||||
@@ -37,6 +37,7 @@ server {
|
||||
sub_filter_once off;
|
||||
sub_filter_types *;
|
||||
sub_filter %%base_subpath%% /;
|
||||
sub_filter mealie-recipes/releases mealie-recipes/mealie/releases;
|
||||
|
||||
# Rewrite URLs in the response
|
||||
sub_filter localhost:9000 %%BASE_URL%%;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 25.11.29-3 (07-01-2026)
|
||||
- Minor bugs fixed
|
||||
## 25.11.29-2 (06-01-2026)
|
||||
- Minor bugs fixed
|
||||
## 25.11.29 (20-12-2025)
|
||||
|
||||
@@ -36,8 +36,6 @@ ports_description:
|
||||
20211/tcp: WebUI port
|
||||
20212/tcp: GraphQL port
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- DAC_READ_SEARCH
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
schema:
|
||||
@@ -52,4 +50,4 @@ slug: netalertx
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.11.29-2
|
||||
version: 25.11.29-3
|
||||
|
||||
@@ -10,11 +10,9 @@ APP_UID=20211
|
||||
|
||||
# 1. Fix the directories
|
||||
for folder in /tmp/run/tmp /tmp/api /tmp/log /tmp/run /tmp/nginx/active-config "$TMP_DIR" "$NETALERTX_DATA" "$NETALERTX_DB" "$NETALERTX_CONFIG"; do
|
||||
if [ -n "$folder" ]; then
|
||||
mkdir -p "$folder"
|
||||
chown -R $APP_UID:$APP_UID "$folder"
|
||||
chmod 755 "$folder"
|
||||
fi
|
||||
mkdir -p "$folder"
|
||||
chown -R $APP_UID:$APP_UID "$folder"
|
||||
chmod -R 755 "$folder"
|
||||
done
|
||||
|
||||
# 2. Fix /tmp and Standard Streams (CRITICAL)
|
||||
|
||||
@@ -37,8 +37,6 @@ ports_description:
|
||||
20211/tcp: WebUI port
|
||||
20212/tcp: GraphQL port
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- DAC_READ_SEARCH
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
schema:
|
||||
@@ -53,4 +51,4 @@ slug: netalertx_fa
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.10.1-2
|
||||
version: 25.10.1-3
|
||||
|
||||
@@ -37,7 +37,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
||||
Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
- Start the addon. Wait a while and check the log for any errors. Initial start can take up to 15 minutes !
|
||||
- Open yourdomain.com:8000 (where ":8000" is the port configured in the addon).
|
||||
- Open yourdomain.com:9927 (default host mapping for the add-on port `80/tcp`, as indicated by the `webui` hint).
|
||||
- Default
|
||||
- Username: `admin`
|
||||
- Password: `adminadmin`
|
||||
@@ -74,4 +74,3 @@ If you have in issue with your installation, please be sure to checkout github.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user