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:
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

View File

@ -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"

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,15 @@
name: frpc-frp客户端
name: frpc-frp 客户端
tags:
- 工具
title: frp是一种反向代理工具,常用于内网穿透(客户端)
title: frp 是一种反向代理工具,常用于内网穿透(客户端)
type: 工具
description: frp是一种反向代理工具,常用于内网穿透(客户端)
description: frp 是一种反向代理工具,常用于内网穿透(客户端)
additionalProperties:
key: frpc
name: frpc-frp客户端
name: frpc-frp 客户端
tags:
- Tool
shortDescZh: frp是一种反向代理工具,常用于内网穿透(客户端)
shortDescZh: frp 是一种反向代理工具,常用于内网穿透(客户端)
shortDescEn: frp is a reverse proxy tool that is commonly used for intranet penetration(Client)
type: tool
crossVersionUpdate: true

View File

@ -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

View File

@ -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"

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,15 @@
name: frps-frp服务端
name: frps-frp 服务端
tags:
- 工具
title: frp是一种反向代理工具,常用于内网穿透(服务端)
title: frp 是一种反向代理工具,常用于内网穿透(服务端)
type: 工具
description: frp是一种反向代理工具,常用于内网穿透(服务端)
description: frp 是一种反向代理工具,常用于内网穿透(服务端)
additionalProperties:
key: frps
name: frps-frp服务端
name: frps-frp 服务端
tags:
- Tool
shortDescZh: frp是一种反向代理工具,常用于内网穿透(服务端)
shortDescZh: frp 是一种反向代理工具,常用于内网穿透(服务端)
shortDescEn: frp is a reverse proxy tool that is commonly used for intranet penetration(Server)
type: tool
crossVersionUpdate: true