Updater bot : calibre_web updated to 0.6.18-ls160

This commit is contained in:
alexbelgium
2022-05-05 01:55:42 +02:00
parent ec13094d67
commit c1bdc90ff7
3 changed files with 11 additions and 4 deletions

View File

@@ -66,7 +66,11 @@
"ports_description": {
"8083/tcp": "calibre-web webui"
},
"privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN" ],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"OAUTHLIB_RELAX_TOKEN_SCOPE": "str?",
"DOCKER_MODS": "str?",
@@ -80,6 +84,6 @@
},
"slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",
"version": "0.6.18-ls159-2",
"version": "0.6.18-ls160",
"video": true
}