mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
avoid yify
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
## 5.1.2 (05-07-2025)
|
- Safety check : check if yify.foo found in qbittorrent.conf
|
||||||
|
|
||||||
|
## 5.1.2 (05-07-2025)
|
||||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||||
|
|
||||||
## 5.1.1 (28-06-2025)
|
## 5.1.1 (28-06-2025)
|
||||||
|
|||||||
@@ -141,5 +141,5 @@
|
|||||||
"slug": "qbittorrent",
|
"slug": "qbittorrent",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.1.2"
|
"version": "5.1.2-2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -236,5 +236,10 @@ fi
|
|||||||
# CLOSE #
|
# CLOSE #
|
||||||
##########
|
##########
|
||||||
|
|
||||||
|
if grep -q "yify.foo" "$CONFIG_LOCATION"/qBittorrent.conf; then
|
||||||
|
bashio::log.warning "yify.foo found in qBittorrent.conf, this is a safety issue. It is removed now, but you should check your configuration."
|
||||||
|
sed -i '/yify.foo/d' "$CONFIG_LOCATION"/qBittorrent.conf
|
||||||
|
fi
|
||||||
|
|
||||||
bashio::log.info "Default username/password : $USERNAME/homeassistant"
|
bashio::log.info "Default username/password : $USERNAME/homeassistant"
|
||||||
bashio::log.info "Configuration can be found in $CONFIG_LOCATION"
|
bashio::log.info "Configuration can be found in $CONFIG_LOCATION"
|
||||||
|
|||||||
Reference in New Issue
Block a user