mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-10 07:50:59 +02:00
Set all default UID/GID to root
To make sure it works by default with NAS, and people can still change it afterwards it they want additional security
This commit is contained in:
@@ -1,56 +1,72 @@
|
||||
|
||||
## 4.4.3.1-r1-ls210 (13-08-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls209 (09-08-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls208 (04-08-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls207 (26-07-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls206 (12-07-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls205 (05-07-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Default port changed from 6881 to 59595 ; reset your port settings if it doesn't change
|
||||
|
||||
## 4.4.3.1-r1-ls204 (18-06-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls201 (14-06-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Addition of optional noserverino in smb mount code
|
||||
|
||||
## 4.4.3.1-r1-ls200 (06-06-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r1-ls199 (02-06-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3.1-r0-ls198 (31-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3-r0-ls197 (26-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.3-r0-ls195 (24-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.2-r5-ls193 (17-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.2-r4-ls191 (10-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Feature : message in log showing if vpn alt mode is working
|
||||
|
||||
## 4.4.2-r4-ls190 (03-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
## 4.4.2-r4-ls189 (27-04-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- New feature "silent" : true shows only error messages of qbittorrent and nginx
|
||||
- New feature "openvpn_alt_mode": bind at container level and not app level
|
||||
@@ -60,6 +76,7 @@
|
||||
- Fix download folder
|
||||
|
||||
## release-4.4.1-ls172 (20-02-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Complete rebase to alpine
|
||||
- Fix custom DNS
|
||||
@@ -235,6 +252,6 @@
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Whitelist option
|
||||
- Enables PUID/GUID options
|
||||
- Enables PUID/PGID options
|
||||
- Addition of ssl options
|
||||
- Addition of possibility to mount local disc or smb
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
# Home assistant add-on: qbittorrent
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
@@ -45,7 +44,7 @@ Configurations can be done through the app webUI, except for the following optio
|
||||
Network disk is mounted to /mnt/share name
|
||||
|
||||
```yaml
|
||||
GUID: user
|
||||
PGID: user
|
||||
GPID: user
|
||||
ssl: true/false
|
||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
||||
|
||||
Reference in New Issue
Block a user