refactor: frp 应用优化
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data/frpc.ini
|
||||
edit: false
|
||||
envKey: CONFIG_FILE_PATH
|
||||
labelEn: Configuration file path
|
||||
labelZh: 配置文件路径
|
||||
- default: 6000
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
type: text
|
||||
type: number
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${CONFIG_FILE_PATH}:/etc/frp/frpc.ini"
|
||||
- "./data/frpc.ini:/etc/frp/frpc.ini"
|
||||
image: "snowdreamtech/frpc:0.51.2"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
1134
frpc/README.md
1134
frpc/README.md
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data/frps.ini
|
||||
edit: false
|
||||
envKey: CONFIG_FILE_PATH
|
||||
labelEn: Configuration file path
|
||||
labelZh: 配置文件路径
|
||||
- default: 7000
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
type: text
|
||||
type: number
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${CONFIG_FILE_PATH}:/etc/frp/frps.ini"
|
||||
- "./data/frps.ini:/etc/frp/frps.ini"
|
||||
image: "snowdreamtech/frps:0.51.2"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
1134
frps/README.md
1134
frps/README.md
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user