feat: 升级 calibre-web 的版本

This commit is contained in:
zhengkunwang223 2023-11-07 17:40:58 +08:00
parent a4acb3d355
commit 51e25d7f7f
3 changed files with 30 additions and 23 deletions

View File

@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40109
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: ./data/books
edit: true
envKey: DATA_PATH
labelEn: Books folder path
labelZh: 书本文件夹路径
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@ -9,17 +9,17 @@ services:
- "${PANEL_APP_PORT_HTTP}:8083"
volumes:
- "./data/config:/config"
- "./data/books:/books"
- "${DATA_PATH}:/books"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
image: linuxserver/calibre-web:2021.12.16
labels:
image: linuxserver/calibre-web:0.6.21
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
networks:
1panel-network:
external: true

View File

@ -1,17 +0,0 @@
additionalProperties:
formFields:
- default: 40109
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text