24 Commits

Author SHA1 Message Date
Alexandre
31ab15c67e Add sub_filter for mealie-recipes path 2026-01-07 14:46:12 +01:00
github-actions
2d518194b4 GitHub bot: changelog 2026-01-07 13:33:24 +00:00
Alexandre
bbd7ea3ec2 Update ssl.conf to remove specific sub_filter
Remove sub_filter for mealie-recipes releases.
2026-01-07 14:24:20 +01:00
Alexandre
694c9fc819 Update config.yaml 2026-01-07 14:12:31 +01:00
Alexandre
0351e89dac Fix sub_filter for mealie-recipes releases path 2026-01-07 14:11:31 +01:00
Alexandre
4d5636babc Fix sub_filter for mealie-recipes path 2026-01-07 14:09:38 +01:00
Alexandre
06abbed66e nobuidl 2026-01-07 09:56:04 +01:00
Alexandre
d92f517483 nobuild 2026-01-07 09:55:08 +01:00
github-actions
0cd1edc0b0 GitHub bot: changelog 2026-01-07 08:48:00 +00:00
Alexandre
448f52528a Update config.yaml 2026-01-07 09:26:54 +01:00
Alexandre
631d4b402d Update sub_filter for mealie-recipes path 2026-01-07 09:26:17 +01:00
Alexandre
0583653671 Update ssl.conf 2026-01-07 09:25:59 +01:00
Alexandre
8297883a11 Add sub_filter for mealie recipes tag
https://github.com/alexbelgium/hassio-addons/issues/2314
2026-01-07 09:25:49 +01:00
Alexandre
2e103f4e0c Update sub_filter for ingress configuration
https://github.com/alexbelgium/hassio-addons/issues/2314
2026-01-07 09:25:22 +01:00
Alexandre
944e4bb537 Merge pull request #2336 from alexbelgium/codex/update-mqtt_host-comment-in-config.yaml
Fix MQTT host comment typo in gazpar2mqtt config template
2026-01-07 09:20:46 +01:00
Alexandre
fdbce1fdef nobuild 2026-01-07 09:17:51 +01:00
Alexandre
a1f21ed7aa Update privileged ports in config.yaml nobuild 2026-01-07 09:17:34 +01:00
Alexandre
8235ba926d Fix MQTT host comment typo 2026-01-07 09:15:44 +01:00
Alexandre
7b6aba9187 Merge pull request #2335 from alexbelgium/codex/update-readme.md-for-port-mapping
Update wger README port mapping
2026-01-07 09:14:48 +01:00
Alexandre
f6e8e51e99 Update wger README port mapping 2026-01-07 09:14:36 +01:00
github-actions
44a115441a GitHub bot: changelog 2026-01-07 08:14:23 +00:00
Alexandre
fb52bb098a Update config.yaml 2026-01-07 09:12:38 +01:00
Alexandre
ffe41b4581 Update config.yaml 2026-01-07 09:12:22 +01:00
Alexandre
7bfd71820d Fix permissions
https://github.com/alexbelgium/hassio-addons/issues/2246
https://github.com/alexbelgium/hassio-addons/issues/2242
2026-01-07 09:11:39 +01:00
10 changed files with 16 additions and 16 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

@@ -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%%\/"';
}

View File

@@ -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%%;

View File

@@ -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)

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

@@ -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