GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-05 00:01:44 +00:00
parent 4761f110f2
commit 8e8791643a
2 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
## 5.1.2 (05-07-2025) ## 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)
- 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)

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?",