mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -10,16 +10,16 @@ additionalProperties:
|
||||
- default: 21114
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
labelZh: WebUI API 端口
|
||||
labelEn: WebUI API port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21115
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SERVER_1
|
||||
labelZh: 服务端口 21115
|
||||
labelEn: 服务端口 21115
|
||||
envKey: PANEL_APP_PORT_NAT
|
||||
labelZh: NAT 服务端口
|
||||
labelEn: NAT Server Port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -41,17 +41,17 @@ additionalProperties:
|
||||
type: number
|
||||
- default: 21118
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SERVER_2
|
||||
labelZh: 服务端口 21118
|
||||
labelEn: Server Port 21118
|
||||
envKey: PANEL_APP_PORT_API_WS
|
||||
labelZh: WebSocket API 服务端口
|
||||
labelEn: WebSocket API Service Port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21119
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SERVER_3
|
||||
labelZh: 服务端口 21119
|
||||
labelEn: Server Port 21119
|
||||
envKey: PANEL_APP_PORT_SERVER_WS
|
||||
labelZh: WebSocket Server 服务端口
|
||||
labelEn: WebSocket Server Service Port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -97,6 +97,18 @@ additionalProperties:
|
||||
labelEn: Login validity period
|
||||
required: true
|
||||
type: text
|
||||
- default: "1"
|
||||
edit: true
|
||||
envKey: RUSTDESK_API_RUSTDESK_PERSONAL
|
||||
labelZh: 启用个人版API
|
||||
labelEn: Enable personal API
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 启用
|
||||
value: "1"
|
||||
- label: 禁用
|
||||
value: "0"
|
||||
- default: "1"
|
||||
edit: true
|
||||
envKey: RUSTDESK_API_APP_WEB_CLIENT
|
||||
|
||||
Reference in New Issue
Block a user