Addition of calibre binary

https://github.com/alexbelgium/hassio-addons/issues/409
This commit is contained in:
Alexandre
2022-07-29 22:10:33 +02:00
committed by GitHub
parent 00e3f0a48d
commit 7dd700a3a9

View File

@@ -46,7 +46,8 @@
"PGID": "0", "PGID": "0",
"PUID": "0", "PUID": "0",
"calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web", "calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web",
"shm_size": "1gb" "shm_size": "1gb",
"DOCKER_MODS": "linuxserver/mods:universal-calibre"
}, },
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/calibre-web-{arch}", "image": "ghcr.io/alexbelgium/calibre-web-{arch}",
@@ -89,6 +90,6 @@
}, },
"slug": "calibre-web", "slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",
"version": "0.6.18-ls170", "version": "0.6.18-ls170-2",
"video": true "video": true
} }