1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
pooneyy 89daa13a28
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
2025-12-10 17:01:15 +08:00

54 lines
1.5 KiB
YAML

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