GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-11 23:57:27 +00:00
parent 8ff40ecea1
commit bccf9c6050
2 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
## 8.6.0 (12-07-2025) ## 8.6.0 (12-07-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
## 8.5.0 (21-06-2025) ## 8.5.0 (21-06-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)

View File

@@ -1,8 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"description": "e-book manager", "description": "e-book manager",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
@@ -103,11 +100,7 @@
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"CLI_ARGS": "str?", "CLI_ARGS": "str?",
"PASSWORD": "str?", "PASSWORD": "str?",