1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 10:09:43 +08:00
zhongkunming 87c8a69636 feat(localApps): 添加 Syncthing 应用
- 新增 Syncthing 1.29.5 和 latest 版本的配置文件
- 添加 Syncthing应用的基本信息、端口配置和 Docker Compose 配置
- 包含 Syncthing 的 README 文件
2025-05-24 11:55:45 +08:00

28 lines
620 B
YAML

additionalProperties:
formFields:
- default: "8384"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: "22000"
edit: true
envKey: PANEL_APP_PORT_SYNC
labelZh: 同步端口
labelEn: Sync Port
required: true
rule: paramPort
type: number
- default: "21027"
edit: true
envKey: PANEL_APP_PORT_DISCOVERY
labelZh: 服务发现端口
labelEn: Discovery Port
required: true
rule: paramPort
type: number