Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-07-11 03:58:45 +00:00
parent 3d656d3548
commit 0fbbfdf094
105 changed files with 146 additions and 60 deletions
@@ -4,8 +4,29 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=21114
# RustDesk 服务地址 [必填]
RUSTDESK_SERVER_URL=http://127.0.0.1
# 服务端口 21115 [必填]
PANEL_APP_PORT_SERVER_1=21115
# ID 服务端口 [必填]
PANEL_APP_PORT_ID=21116
# 中继服务端口 [必填]
PANEL_APP_PORT_SERVER=21117
# 服务端口 21118 [必填]
PANEL_APP_PORT_SERVER_2=21118
# 服务端口 21119 [必填]
PANEL_APP_PORT_SERVER_3=21119
# RustDesk 中级服务地址 [必填]
RUSTDESK_SERVER_URL=http://127.0.0.1:21117
# RustDesk ID 服务地址 [必填]
RUSTDESK_API_RUSTDESK_ID_SERVER=http://127.0.0.1:21116
# RustDesk API 服务地址 [必填]
RUSTDESK_API_RUSTDESK_API_SERVER=http://127.0.0.1:21114
# 后台页面标题 [必填]
RUSTDESK_API_ADMIN_TITLE=RustDesk API Admin
@@ -15,11 +15,65 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: "http://127.0.0.1"
- default: 21115
edit: true
envKey: PANEL_APP_PORT_SERVER_1
labelZh: 服务端口 21115
labelEn: 服务端口 21115
required: true
rule: paramPort
type: number
- default: 21116
edit: true
envKey: PANEL_APP_PORT_ID
labelZh: ID 服务端口
labelEn: ID Server Port
required: true
rule: paramPort
type: number
- default: 21117
edit: true
envKey: PANEL_APP_PORT_SERVER
labelZh: 中继服务端口
labelEn: Intermediate Service Port
required: true
rule: paramPort
type: number
- default: 21118
edit: true
envKey: PANEL_APP_PORT_SERVER_2
labelZh: 服务端口 21118
labelEn: Server Port 21118
required: true
rule: paramPort
type: number
- default: 21119
edit: true
envKey: PANEL_APP_PORT_SERVER_3
labelZh: 服务端口 21119
labelEn: Server Port 21119
required: true
rule: paramPort
type: number
- default: "http://127.0.0.1:21117"
edit: true
envKey: RUSTDESK_SERVER_URL
labelZh: RustDesk 服务地址
labelEn: RustDesk server address
labelZh: RustDesk 中级服务地址
labelEn: RustDesk Intermediate service address
required: true
type: text
- default: "http://127.0.0.1:21116"
edit: true
envKey: RUSTDESK_API_RUSTDESK_ID_SERVER
labelZh: RustDesk ID 服务地址
labelEn: RustDesk ID server address
required: true
type: text
- default: "http://127.0.0.1:21114"
edit: true
envKey: RUSTDESK_API_RUSTDESK_API_SERVER
labelZh: RustDesk API 服务地址
labelEn: RustDesk API server address
required: true
type: text
- default: "RustDesk API Admin"
@@ -121,7 +175,7 @@ additionalProperties:
- label: sqlite
value: "sqlite"
- label: MySQL
value: "false"
value: "mysql"
- default: "127.0.0.1:3306"
edit: true
envKey: RUSTDESK_API_MYSQL_ADDR
@@ -10,11 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
- RUSTDESK_API_RUSTDESK_ID_SERVER=${RUSTDESK_SERVER_URL}:21116
- RUSTDESK_API_RUSTDESK_RELAY_SERVER=${RUSTDESK_SERVER_URL}:21117
- RUSTDESK_API_RUSTDESK_API_SERVER=${RUSTDESK_SERVER_URL}:${PANEL_APP_PORT_HTTP:-21114}
- RUSTDESK_API_RUSTDESK_KEY=${KEY}
image: lejianwen/rustdesk-api:v2.6.24
image: lejianwen/rustdesk-api:v2.6.25
labels:
createdBy: Apps
networks:
@@ -23,7 +19,7 @@ services:
- ${PANEL_APP_PORT_HTTP}:21114
restart: always
volumes:
- ${RUSTDESK_API_ROOT_PATH}/data:/data
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
rustdesk-server-s6:
container_name: server-rustdesk-api
env_file:
@@ -32,23 +28,22 @@ services:
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
- RELAY=${RUSTDESK_SERVER_URL}:21117
- RELAY=${RUSTDESK_SERVER_URL}
- ENCRYPTED_ONLY=1
- RUSTDESK_API_RUSTDESK_KEY=${KEY}
image: rustdesk/rustdesk-server-s6:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- 21115:21115
- 21116:21116
- 21116:21116/udp
- 21117:21117
- 21118:21118
- 21119:21119
- ${PANEL_APP_PORT_SERVER_1}:21115
- ${PANEL_APP_PORT_ID}:21116
- ${PANEL_APP_PORT_ID}:21116/udp
- ${PANEL_APP_PORT_SERVER}:21117
- ${PANEL_APP_PORT_SERVER_2}:21118
- ${PANEL_APP_PORT_SERVER_3}:21119
restart: always
volumes:
- ${RUSTDESK_API_ROOT_PATH}/data:/data
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run