diff --git a/apps/calibre-web/0.6.21/data.yml b/apps/calibre-web/0.6.21/data.yml new file mode 100644 index 00000000..9e95dab7 --- /dev/null +++ b/apps/calibre-web/0.6.21/data.yml @@ -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 \ No newline at end of file diff --git a/apps/calibre-web/2021.12.16/docker-compose.yml b/apps/calibre-web/0.6.21/docker-compose.yml similarity index 75% rename from apps/calibre-web/2021.12.16/docker-compose.yml rename to apps/calibre-web/0.6.21/docker-compose.yml index 8611c888..faec5476 100644 --- a/apps/calibre-web/2021.12.16/docker-compose.yml +++ b/apps/calibre-web/0.6.21/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/apps/calibre-web/2021.12.16/data.yml b/apps/calibre-web/2021.12.16/data.yml deleted file mode 100644 index f0e6639d..00000000 --- a/apps/calibre-web/2021.12.16/data.yml +++ /dev/null @@ -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