mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:添加花生壳到列表#1764
This commit is contained in:
parent
d90648103f
commit
501aeba0ec
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"
|
22
apps/phtunnel/README.md
Normal file
22
apps/phtunnel/README.md
Normal 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
19
apps/phtunnel/data.yml
Normal 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
|
2
apps/phtunnel/latest/.env.sample
Normal file
2
apps/phtunnel/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="phtunnel"
|
||||||
|
TIPS="注意查看说明文档/Attention to the documentation"
|
9
apps/phtunnel/latest/data.yml
Normal file
9
apps/phtunnel/latest/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/latest/docker-compose.yml
Normal file
12
apps/phtunnel/latest/docker-compose.yml
Normal 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
BIN
apps/phtunnel/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Loading…
Reference in New Issue
Block a user