feat:添加花生壳到列表#1764
This commit is contained in:
2
apps/phtunnel/1.0.0/.env.sample
Normal file
2
apps/phtunnel/1.0.0/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="phtunnel"
|
||||
TIPS="注意查看说明文档/Attention to the documentation"
|
||||
9
apps/phtunnel/1.0.0/data.yml
Normal file
9
apps/phtunnel/1.0.0/data.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "注意查看说明文档/Attention to the documentation"
|
||||
disabled: true
|
||||
envKey: TIPS
|
||||
labelEn: Here's a hint note
|
||||
labelZh: 这是一个提示说明
|
||||
required: true
|
||||
type: text
|
||||
12
apps/phtunnel/1.0.0/docker-compose.yml
Normal file
12
apps/phtunnel/1.0.0/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
phtunnel:
|
||||
image: "bestoray/phtunnel:1.0.0"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
network_mode: host
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user