群辉里集成了docker linuxserver/calibre-web,安装就是了。但这集成的真不能恭维,比如权限问题。 参照官方配置说明:Application Setup Webui can be found athttp://your-ip:8083 On the initial setup screen, enter/booksas your calibre library location. Default admin login:Username:adminPassword:admin123 U...
Add docker mod to enable optional ebook conversion on x86-64. Add unrar. calibre-web Changes: New features: Optional parsing of comic metadata Bug Fixes: Custom columns now visible in Caliblur! theme Fix for restart of newer versions of tornado server Fix for updater on beta versions Improve...
Releases: linuxserver/docker-calibre-webReleases Tags v4.11.1-ls121 Feb 13:44 LinuxServer-CI v4.11.1-ls1 f66e474 Compare v4.11.1-ls1 Pre-release LinuxServer Changes:I am the release message for this custom branch calibre Changes:
docker-compose (recommended, click here for more info) --- services: calibre: image: lscr.io/linuxserver/calibre:latest container_name: calibre security_opt: - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - PASSWORD= #optional - CLI_ARGS= #optional volume...
linuxserver/docker-calibre-web最新发布版本:0.6.21-ls263(2024-04-14 10:16:47) LinuxServer Changes: Remove some packages that are required by the calibre mod but not the base container. calibre-web Changes: New features: cb7 files are now supported for metadata extrcation of comicfiles (but...
Docker 搭建的..在docker中搭建了linuxserver/calibre-web ,日志里一直报错,有没有哪位大神知道问题的。或者求一个 已经跑起来的映像。自顶 来个大神
Releases: linuxserver/docker-calibre-webReleases Tags v4.13.0-ls127 Mar 06:56 LinuxServer-CI v4.13.0-ls1 f66e474 Compare v4.13.0-ls1 Pre-release LinuxServer Changes:I am the release message for this custom branch calibre Changes:
docker run -d \ --name=calibre \ --security-opt seccomp=unconfined`#optional`\ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e PASSWORD=`#optional`\ -e CLI_ARGS=`#optional`\ -p 8080:8080 \ -p 8181:8181 \ -p 8081:8081 \ -v /path/to/calibre/config:/config \ --rest...
linuxserver/docker-calibre-web最新发布版本:0.6.21-ls263(2024-04-14 10:16:47)LinuxServer Changes: Install unrar from linuxserver repo. Switch to Python virtual environment. calibre-web Changes: Merge remote-tracking branch 'ko/master'相关地址:原始地址 下载(tar) 下载(zip) 查看:2023-10-14发行...
Remove some packages that are required by the calibre mod but not the base container. calibre-web Changes: fix: link to Linux Mind installation in README.md the link the wiki page had an typo (missing '-') https://github.com/janeczku/calibre-web/wiki/How-To:-Install-Calibre-Web-in-...