diff --git a/changedetection.io/README.md b/changedetection.io/README.md index e4223bf36..adf0f64cf 100644 --- a/changedetection.io/README.md +++ b/changedetection.io/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [changedetection.io] No Connection Changedetection ?? error while submitting email to smtp.gmail.com. Reason: [Errno 101] Network unreachable (opened 2024-12-19)](https://github.com/alexbelgium/hassio-addons/issues/1678) by [@ymurawski](https://github.com/ymurawski) # Home assistant add-on: changedetection.io [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/guacamole/README.md b/guacamole/README.md index efeff5b81..337ba89cb 100644 --- a/guacamole/README.md +++ b/guacamole/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [Guacamole] Cant connect to Macos VNC (opened 2024-12-17)](https://github.com/alexbelgium/hassio-addons/issues/1675) by [@ymurawski](https://github.com/ymurawski) # Home assistant add-on: guacamole [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/jellyseerr/README.md b/jellyseerr/README.md index 12f171be6..1a9beccd3 100644 --- a/jellyseerr/README.md +++ b/jellyseerr/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [🐛 [Jellyseerr] Jellyseerr wont stay alive due to nvme permission problem (opened 2025-01-07)](https://github.com/alexbelgium/hassio-addons/issues/1701) by [@PetitSphincter](https://github.com/PetitSphincter) # Home assistant add-on: jellyseerr [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 07655b288..cd4ee12e3 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -25,13 +25,13 @@ WORKDIR /app # Clone the Mealie repository to get the frontend source code # hadolint ignore=DL3003 -RUN git clone --branch v2.4.1 https://github.com/mealie-recipes/mealie.git . && \ +RUN git clone --branch v2.4.2 https://github.com/mealie-recipes/mealie.git . && \ cd /app/frontend && \ yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \ yarn generate # Stage 2: Build the Final Image -FROM hkotel/mealie:v2.4.1 +FROM hkotel/mealie:v2.4.2 # Copy the rebuilt frontend files into the final image COPY --from=builder /app/frontend/dist /spa/static diff --git a/mealie/README.md b/mealie/README.md index 900e9c840..72f84048b 100644 --- a/mealie/README.md +++ b/mealie/README.md @@ -1,3 +1,5 @@ +## ⚠ Open Issue : [🐛 [Mealie] Mealie does not start since last updates (opened 2025-01-07)](https://github.com/alexbelgium/hassio-addons/issues/1700) by [@duczz](https://github.com/duczz) +## ⚠ Open Issue : [🐛 [Mealie] redirecting to localhost:9000 when Accepting invitation or changeing language (opened 2025-01-07)](https://github.com/alexbelgium/hassio-addons/issues/1703) by [@phlo-c](https://github.com/phlo-c) # Hass.io Add-ons: Mealie [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/mealie/config.json b/mealie/config.json index 764be3693..36ccef8ba 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -115,5 +115,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.4.1-2" + "version": "v2.4.2" } diff --git a/mealie/updater.json b/mealie/updater.json index 60b74e936..8b00b4e36 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -7,5 +7,5 @@ "slug": "mealie", "source": "github", "upstream_repo": "mealie-recipes/mealie", - "upstream_version": "v2.4.1" + "upstream_version": "v2.4.2" } diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index a36aa1abf..6792e66a8 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 + +- attempt at starting start.sh, back to prod image + ## 0.0.4 - removal of unnecessary files WARNING: dev image diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index f70f3fd1f..953201f57 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -28,9 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" -ARG CONFIGLOCATION="/config/addons_config/netalertx" -RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh +#ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" +#ARG CONFIGLOCATION="/config/addons_config/netalertx" +#RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh ################## # 3 Install apps # diff --git a/netalertx/build.json b/netalertx/build.json index 775ea014e..d3fd71ab6 100644 --- a/netalertx/build.json +++ b/netalertx/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "jokobsk/netalertx-dev:latest", - "amd64": "jokobsk/netalertx-dev:latest", - "armv7": "jokobsk/netalertx-dev:latest" + "aarch64": "jokobsk/netalertx:latest", + "amd64": "jokobsk/netalertx:latest", + "armv7": "jokobsk/netalertx:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" diff --git a/netalertx/config.json b/netalertx/config.json index 6df169f1e..1da18a517 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -73,7 +73,7 @@ "image": "ghcr.io/alexbelgium/netalertx-{arch}", "init": false, "map": [ - "config:rw", + "addon_config:rw", "media:rw", "share:rw", "ssl" diff --git a/transmission/README.md b/transmission/README.md index 182683319..557fbe09b 100644 --- a/transmission/README.md +++ b/transmission/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [Transmission] Disk is mounted, however unable to write in the shared disk (opened 2024-12-16)](https://github.com/alexbelgium/hassio-addons/issues/1673) by [@redb0](https://github.com/redb0) # Home assistant add-on: Transmission diff --git a/webtrees/README.md b/webtrees/README.md index 58f5345c4..a2de77f32 100644 --- a/webtrees/README.md +++ b/webtrees/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Issue : [🐛 [webtrees] Watchdog restarts a healthy 2.2.1 installation (opened 2025-01-01)](https://github.com/alexbelgium/hassio-addons/issues/1693) by [@arsenyspb](https://github.com/arsenyspb) +## ⚠ Open Issue : [🐛 [webtrees] SMB mount successful but cant redirect webtrees?.. (opened 2025-01-02)](https://github.com/alexbelgium/hassio-addons/issues/1694) by [@arsenyspb](https://github.com/arsenyspb) # Home assistant add-on: Webtrees [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)