feat:添加frp-panel到列表
This commit is contained in:
2
apps/frp-panel/latest/.env.sample
Normal file
2
apps/frp-panel/latest/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="frp-panel"
|
||||
COMMAND_LINE=''
|
||||
9
apps/frp-panel/latest/data.yml
Normal file
9
apps/frp-panel/latest/data.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: COMMAND_LINE
|
||||
labelEn: Command parameters (Determined by the control node)
|
||||
labelZh: 命令参数 (由控制节点决定,注意修改具体)
|
||||
required: true
|
||||
type: text
|
||||
10
apps/frp-panel/latest/docker-compose.yml
Normal file
10
apps/frp-panel/latest/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
services:
|
||||
frp-panel:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
command: ${COMMAND_LINE}
|
||||
image: vaalacat/frp-panel:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user