mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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
|
||||
|
||||
##################
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user