This commit is contained in:
Alexandre
2023-09-09 09:20:19 +02:00
194 changed files with 635 additions and 495 deletions

View File

@@ -25,8 +25,8 @@ FROM ${BUILD_FROM}
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0 \
S6_STAGE2_HOOK=/ha_entrypoint.sh
S6_SERVICES_GRACETIME=0
# Image specific modifications
# hadolint ignore=SC2016,SC2086
@@ -98,7 +98,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
################
# Add entrypoint
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
# Entrypoint modifications
RUN \

View File

@@ -1,4 +1,5 @@
## ⚠ Open Request : [✨ [REQUEST] Plex reduce backup (opened 2023-06-13)](https://github.com/alexbelgium/hassio-addons/issues/871) by [@akrigator](https://github.com/akrigator)
## ⚠ Open Issue : [🐛 [Plex NAS] amdgpu: The CS has been rejected (opened 2023-08-20)](https://github.com/alexbelgium/hassio-addons/issues/945) by [@interkelstar](https://github.com/interkelstar)
# Home assistant add-on: plex

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB