mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Merge branch 'alexbelgium:master' into master
This commit is contained in:
@@ -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
|
# Home assistant add-on: changedetection.io
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -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
|
# Home assistant add-on: guacamole
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -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
|
# Home assistant add-on: jellyseerr
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -25,13 +25,13 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Clone the Mealie repository to get the frontend source code
|
# Clone the Mealie repository to get the frontend source code
|
||||||
# hadolint ignore=DL3003
|
# 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 && \
|
cd /app/frontend && \
|
||||||
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \
|
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \
|
||||||
yarn generate
|
yarn generate
|
||||||
|
|
||||||
# Stage 2: Build the Final Image
|
# 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 the rebuilt frontend files into the final image
|
||||||
COPY --from=builder /app/frontend/dist /spa/static
|
COPY --from=builder /app/frontend/dist /spa/static
|
||||||
|
|||||||
@@ -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
|
# Hass.io Add-ons: Mealie
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -115,5 +115,5 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v2.4.1-2"
|
"version": "v2.4.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,5 +7,5 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "mealie-recipes/mealie",
|
"upstream_repo": "mealie-recipes/mealie",
|
||||||
"upstream_version": "v2.4.1"
|
"upstream_version": "v2.4.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
# Home assistant add-on: Transmission
|
||||||
|
|
||||||
|
|||||||
@@ -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] 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
|
# Home assistant add-on: Webtrees
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
Reference in New Issue
Block a user