This commit is contained in:
jokob-sk
2025-01-09 08:32:31 +11:00
13 changed files with 19 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -115,5 +115,5 @@
"slug": "mealie",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.4.1-2"
"version": "v2.4.2"
}

View File

@@ -7,5 +7,5 @@
"slug": "mealie",
"source": "github",
"upstream_repo": "mealie-recipes/mealie",
"upstream_version": "v2.4.1"
"upstream_version": "v2.4.2"
}

View File

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

View File

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

View File

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

View File

@@ -73,7 +73,7 @@
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
"init": false,
"map": [
"config:rw",
"addon_config:rw",
"media:rw",
"share:rw",
"ssl"

View File

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

View File

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