mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 05:28:47 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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?",
|
||||||
|
|||||||
Reference in New Issue
Block a user