1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00
sephiroth cbb7950805
新增 axonhub应用,sub-store 增加 latest 版本配置 (#3112)
* add axonhub

* Added the latest version of the sub-store image configuration

*  feat(axonhub): add version 0.6.10 configuration and multi-language support
---------

Co-authored-by: pooneyy <85266337+pooneyy@users.noreply.github.com>
2025-12-26 02:56:39 +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