Merge branch 'master' into qbittorrent_vpn_overhaul

This commit is contained in:
Alexandre
2026-02-03 21:46:09 +01:00
committed by GitHub
362 changed files with 2648 additions and 1517 deletions

View File

@@ -1,3 +1,5 @@
## 5.1.4-6 (03-02-2026)
- Minor bugs fixed
## 5.1.4-5 (23-01-2026)
- Minor bugs fixed
## 5.1.4-4 (2025-12-30)

View File

@@ -91,7 +91,7 @@ RUN \
##################
# Copy local files
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;
RUN find /etc -type f \( -name "*.sh" -o -name "run" -o -name "finish" \) -exec chmod +x {} +
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005
@@ -131,12 +131,9 @@ ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
RUN chmod 777 /ha_entrypoint.sh
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;
RUN chmod +x /usr/local/sbin/*
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh
# Install bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
############
# 5 Labels #

View File

@@ -140,4 +140,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 5.1.4-5
version: "5.1.4-6"