This commit is contained in:
Alexandre
2022-09-04 09:56:38 +02:00
12 changed files with 26 additions and 25 deletions

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.4.5-r0-ls213"
ARG BUILD_UPSTREAM="4.4.3.1-r1-ls208"
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
##################

View File

@@ -115,5 +115,5 @@
},
"slug": "qbittorrent",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.4.5-r0-ls213"
"version": "4.4.3.1-r1-ls208"
}

View File

@@ -10,7 +10,7 @@ mkdir -p /config/qBittorrent
# copy default config
if [ ! -f /config/qBittorrent/qBittorrent.conf ]; then
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
fi
cd /config/qBittorrent/ || true

View File

@@ -110,7 +110,7 @@ else
# Ensure no redirection by removing the direction tag
if [ -f "$QBT_CONFIG_FILE" ]; then
sed -i '/Interface/d' "$QBT_CONFIG_FILE"
sed -i '/Interface/d' "$QBT_CONFIG_FILE"
fi
bashio::log.info "Direct connection without VPN enabled"

View File

@@ -1,9 +1,10 @@
{
"paused": true,
"github_fulltag": "true",
"last_update": "01-09-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "qbittorrent",
"source": "github",
"upstream_repo": "linuxserver/docker-qbittorrent",
"upstream_version": "4.4.5-r0-ls213"
"upstream_version": "4.4.3.1-r1-ls208"
}