1
0
Fork 0

refactor: frp 应用优化

This commit is contained in:
wanghe-fit2cloud 2023-08-04 17:02:25 +08:00
parent f70ee2aaf5
commit bcac77d1d6
8 changed files with 24 additions and 2292 deletions

View File

@ -1,9 +1,9 @@
additionalProperties: additionalProperties:
formFields: formFields:
- default: ./data/frpc.ini - default: 6000
edit: false disabled: true
envKey: CONFIG_FILE_PATH envKey: PANEL_APP_PORT_HTTP
labelEn: Configuration file path labelEn: Port
labelZh: 配置文件路径 labelZh: 端口
required: true required: true
type: text type: number

View File

@ -5,7 +5,7 @@ services:
restart: always restart: always
network_mode: "host" network_mode: "host"
volumes: volumes:
- "${CONFIG_FILE_PATH}:/etc/frp/frpc.ini" - "./data/frpc.ini:/etc/frp/frpc.ini"
image: "snowdreamtech/frpc:0.51.2" image: "snowdreamtech/frpc:0.51.2"
labels: labels:
createdBy: "Apps" createdBy: "Apps"

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
additionalProperties: additionalProperties:
formFields: formFields:
- default: ./data/frps.ini - default: 7000
edit: false disabled: true
envKey: CONFIG_FILE_PATH envKey: PANEL_APP_PORT_HTTP
labelEn: Configuration file path labelEn: Port
labelZh: 配置文件路径 labelZh: 端口
required: true required: true
type: text type: number

View File

@ -5,7 +5,7 @@ services:
restart: always restart: always
network_mode: "host" network_mode: "host"
volumes: volumes:
- "${CONFIG_FILE_PATH}:/etc/frp/frps.ini" - "./data/frps.ini:/etc/frp/frps.ini"
image: "snowdreamtech/frps:0.51.2" image: "snowdreamtech/frps:0.51.2"
labels: labels:
createdBy: "Apps" createdBy: "Apps"

File diff suppressed because it is too large Load Diff