mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,39 +1,53 @@
|
||||
|
||||
## 5.1.1 (28-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.1.0 (10-05-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.0.4 (21-02-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.0.3 (21-12-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.0.2 (23-11-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.0.1 (02-11-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 5.0.0-3 (13-10-2024)
|
||||
|
||||
- Solve qbittorrent-nox error
|
||||
|
||||
## 5.0.0 (05-10-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 4.6.7 (21-09-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 4.6.6 (24-08-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 4.6.5 (01-06-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 4.6.4-2 (19-04-2024)
|
||||
|
||||
- Fix nmap bug
|
||||
|
||||
## 4.6.4 (30-03-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||
|
||||
## 4.6.3-4 (21-01-2024)
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Bittorrent client with optional vpn",
|
||||
"devices": [
|
||||
@@ -114,11 +111,7 @@
|
||||
"6882/udp": "Alternative peer port, do not change",
|
||||
"8080/tcp": "Web UI port (not required for Ingress)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int?",
|
||||
|
||||
Reference in New Issue
Block a user