1
0
Fork 0

feat(sub-store): update app version to 2.20.48 and add http-meta variant

okxlin/appstore#3307
- update new version 2.20.48
- add new 2.20.48-http-meta
- remove 'latest' version
- update environment variable name from SUB_STORE_CRON to SUB_STORE_BACKEND_SYNC_CRON in docker-compose
- update documentation URL in main data.yml file
This commit is contained in:
pooneyy 2025-12-10 16:59:36 +08:00
parent 56990193a4
commit 89daa13a28
No known key found for this signature in database
7 changed files with 84 additions and 3 deletions

View File

@ -0,0 +1,22 @@
services:
sub-store:
image: xream/sub-store:2.20.48-http-meta
pull_policy: always
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3001"
environment:
- SUB_STORE_PUSH_SERVICE=${SUB_STORE_PUSH_SERVICE}
- SUB_STORE_BACKEND_SYNC_CRON=${SUB_STORE_CRON}
- SUB_STORE_FRONTEND_BACKEND_PATH=${SUB_STORE_FRONTEND_BACKEND_PATH}
volumes:
- ${DATA_PATH}:/opt/app/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,6 @@
CONTAINER_NAME="sub-store"
PANEL_APP_PORT_HTTP="40232"
DATA_PATH="./data"
SUB_STORE_CRON="55 23 * * *"
SUB_STORE_FRONTEND_BACKEND_PATH="/2cXaAxRGfddmGz2yx1wA"
SUB_STORE_PUSH_SERVICE="https://api.day.app/XXXXXXXXXXXX/[推送标题]/[推送内容]?group=SubStore&autoCopy=1&isArchive=1&sound=shake&level=timeSensitive&icon=https%3A%2F%2Fraw.githubusercontent.com%2F58xinian%2Ficon%2Fmaster%2FSub-Store1.png"

View File

@ -0,0 +1,53 @@
additionalProperties:
formFields:
- default: 40232
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: 'https://api.day.app/XXXXXXXXXXXX/[推送标题]/[推送内容]?group=SubStore&autoCopy=1&isArchive=1&sound=shake&level=timeSensitive&icon=https%3A%2F%2Fraw.githubusercontent.com%2F58xinian%2Ficon%2Fmaster%2FSub-Store1.png'
edit: true
envKey: SUB_STORE_PUSH_SERVICE
labelEn: Push Service URL
labelZh: 推送服务 URL
label:
en: Push Service URL
zh: 推送服务 URL
required: true
type: text
- default: "55 23 * * *"
edit: true
envKey: SUB_STORE_CRON
labelEn: Cron Schedule
labelZh: Cron 定时任务
label:
en: Cron Schedule
zh: Cron 定时任务
required: true
type: text
- default: "/2cXaAxRGfddmGz2yx1wA"
edit: true
envKey: SUB_STORE_FRONTEND_BACKEND_PATH
labelEn: Frontend Backend Path
labelZh: 前端后端路径
label:
en: Frontend Backend Path
zh: 前端后端路径
required: true
type: text
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Directory
labelZh: 数据目录
label:
en: Data Directory
zh: 数据目录
required: true
type: text

View File

@ -1,6 +1,6 @@
services:
sub-store:
image: xream/sub-store:latest
image: xream/sub-store:2.20.48
pull_policy: always
container_name: ${CONTAINER_NAME}
restart: always
@ -10,7 +10,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:3001"
environment:
- SUB_STORE_PUSH_SERVICE=${SUB_STORE_PUSH_SERVICE}
- SUB_STORE_CRON=${SUB_STORE_CRON}
- SUB_STORE_BACKEND_SYNC_CRON=${SUB_STORE_CRON}
- SUB_STORE_FRONTEND_BACKEND_PATH=${SUB_STORE_FRONTEND_BACKEND_PATH}
volumes:
- ${DATA_PATH}:/opt/app/data

View File

@ -19,4 +19,4 @@ additionalProperties:
recommend: 0
website: https://hub.docker.com/r/xream/sub-store
github: https://github.com/sub-store-org/Sub-Store
document: https://www.notion.so/Sub-Store-6259586994d34c11a4ced5c406264b46
document: https://xream.notion.site/Sub-Store-abe6a96944724dc6a36833d5c9ab7c87