mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Merge branch 'master' of https://github.com/jokob-sk/hassio-addons
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,3 +1,7 @@
|
|||||||
|
## 0.0.5
|
||||||
|
|
||||||
|
- attempt at starting start.sh, back to prod image
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
|
|
||||||
- removal of unnecessary files WARNING: dev image
|
- removal of unnecessary files WARNING: dev image
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
# Global LSIO modifications
|
# Global LSIO modifications
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/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"
|
#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
|
#RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "jokobsk/netalertx-dev:latest",
|
"aarch64": "jokobsk/netalertx:latest",
|
||||||
"amd64": "jokobsk/netalertx-dev:latest",
|
"amd64": "jokobsk/netalertx:latest",
|
||||||
"armv7": "jokobsk/netalertx-dev:latest"
|
"armv7": "jokobsk/netalertx:latest"
|
||||||
},
|
},
|
||||||
"codenotary": {
|
"codenotary": {
|
||||||
"signer": "alexandrep.github@gmail.com"
|
"signer": "alexandrep.github@gmail.com"
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
|
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"addon_config:rw",
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
|
|||||||
@@ -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