This commit is contained in:
Alexandre
2023-11-21 09:53:56 +01:00
parent 2e6e4693a7
commit 8e035dde96
350 changed files with 1908 additions and 1328 deletions

View File

@@ -1,4 +1,16 @@
## 1.32.7.7621-871adbd44-ls193 (11-11-2023)
- Update to latest version from linuxserver/docker-plex
## 1.32.7.7621-871adbd44-ls192 (04-11-2023)
- Update to latest version from linuxserver/docker-plex
## 1.32.6.7557-1cf77d501-ls190 (28-10-2023)
- Update to latest version from linuxserver/docker-plex
## 1.32.6.7557-1cf77d501-ls189 (20-10-2023)
- Update to latest version from linuxserver/docker-plex
## 1.32.6.7557-1cf77d501-ls188 (14-10-2023)
- Update to latest version from linuxserver/docker-plex

View File

@@ -39,9 +39,9 @@ RUN \
#ENV PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/share/plex/Library/Application Support"
# Global LSIO modifications
ADD --chmod=744 "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"
RUN 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
##################
@@ -55,8 +55,8 @@ COPY rootfs/ /
ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.sh 00-smb_mounts.sh"
# Automatic modules download
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="jq \
@@ -64,8 +64,8 @@ ENV PACKAGES="jq \
keyutils"
# Automatic apps & bashio
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
################
# 4 Entrypoint #
@@ -73,11 +73,11 @@ RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
# Add entrypoint
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"
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
# Entrypoint modifications
ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
#
#WORKDIR /

View File

@@ -1,4 +1,3 @@
## ⚠ Open Issue : [🐛 [SABnzbd+Plex NAS] Ingress Support (opened 2023-10-08)](https://github.com/alexbelgium/hassio-addons/issues/1022) by [@dm82m](https://github.com/dm82m)
# Home assistant add-on: plex

View File

@@ -129,7 +129,7 @@
"slug": "plex_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"version": "1.32.6.7557-1cf77d501-ls188",
"version": "1.32.7.7621-871adbd44-ls193",
"video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "14-10-2023",
"last_update": "11-11-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "plex",
"source": "github",
"upstream_repo": "linuxserver/docker-plex",
"upstream_version": "1.32.6.7557-1cf77d501-ls188"
"upstream_version": "1.32.7.7621-871adbd44-ls193"
}