GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-28 00:00:07 +00:00
parent d25a311751
commit b556395b55
2 changed files with 17 additions and 10 deletions

View File

@@ -1,39 +1,53 @@
## 5.1.1 (28-06-2025) ## 5.1.1 (28-06-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.0 (10-05-2025) ## 5.1.0 (10-05-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.0.4 (21-02-2025) ## 5.0.4 (21-02-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.0.3 (21-12-2024) ## 5.0.3 (21-12-2024)
- 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.0.2 (23-11-2024) ## 5.0.2 (23-11-2024)
- 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.0.1 (02-11-2024) ## 5.0.1 (02-11-2024)
- 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.0.0-3 (13-10-2024) ## 5.0.0-3 (13-10-2024)
- Solve qbittorrent-nox error - Solve qbittorrent-nox error
## 5.0.0 (05-10-2024) ## 5.0.0 (05-10-2024)
- 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)
## 4.6.7 (21-09-2024) ## 4.6.7 (21-09-2024)
- 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)
## 4.6.6 (24-08-2024) ## 4.6.6 (24-08-2024)
- 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)
## 4.6.5 (01-06-2024) ## 4.6.5 (01-06-2024)
- 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)
## 4.6.4-2 (19-04-2024) ## 4.6.4-2 (19-04-2024)
- Fix nmap bug - Fix nmap bug
## 4.6.4 (30-03-2024) ## 4.6.4 (30-03-2024)
- 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)
## 4.6.3-4 (21-01-2024) ## 4.6.3-4 (21-01-2024)

View File

@@ -1,8 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Bittorrent client with optional vpn", "description": "Bittorrent client with optional vpn",
"devices": [ "devices": [
@@ -114,11 +111,7 @@
"6882/udp": "Alternative peer port, do not change", "6882/udp": "Alternative peer port, do not change",
"8080/tcp": "Web UI port (not required for Ingress)" "8080/tcp": "Web UI port (not required for Ingress)"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"DNS_server": "str?", "DNS_server": "str?",
"PGID": "int?", "PGID": "int?",