feat:添加花生壳到列表#1764

This commit is contained in:
okxlin 2024-10-13 18:21:20 +08:00
parent d90648103f
commit 501aeba0ec
9 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="phtunnel"
TIPS="注意查看说明文档/Attention to the documentation"

View 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

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

22
apps/phtunnel/README.md Normal file
View File

@ -0,0 +1,22 @@
# 花生壳
花生壳内网穿透
## 使用说明
1. 部署完成后连接容器终端执行命令,获取`SN码`
```
phddns status
```
或者宿主机执行
```
# 按需修改容器名
docker exec 容器名 phddns status
```
1. 访问[官网](https://b.oray.com/)用`SN码`与默认登录密码`admin`登录,绑定账号添加内网穿透服务。
**官方教程:**
> [Docker - 花生壳内网穿透教程](https://service.oray.com/question/36626.html)

19
apps/phtunnel/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: 花生壳
tags:
- 实用工具
title: 花生壳内网穿透服务
description: 花生壳内网穿透服务
additionalProperties:
key: phtunnel
name: 花生壳
tags:
- Tool
shortDescZh: 花生壳内网穿透服务
shortDescEn: Best Oray Intranet Penetration Service
type: tool
crossVersionUpdate: true
limit: 1
recommend: 0
website: https://hsk.oray.com
github: https://hub.docker.com/r/bestoray/phtunnel
document: https://service.oray.com/question/36626.html

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="phtunnel"
TIPS="注意查看说明文档/Attention to the documentation"

View 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

View File

@ -0,0 +1,12 @@
services:
phtunnel:
image: "bestoray/phtunnel:latest"
container_name: ${CONTAINER_NAME}
restart: always
devices:
- /dev/net/tun
network_mode: host
cap_add:
- NET_ADMIN
labels:
createdBy: "Apps"

BIN
apps/phtunnel/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB