diff --git a/apps/phtunnel/1.0.0/.env.sample b/apps/phtunnel/1.0.0/.env.sample new file mode 100644 index 00000000..75673abf --- /dev/null +++ b/apps/phtunnel/1.0.0/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="phtunnel" +TIPS="注意查看说明文档/Attention to the documentation" diff --git a/apps/phtunnel/1.0.0/data.yml b/apps/phtunnel/1.0.0/data.yml new file mode 100644 index 00000000..5d206033 --- /dev/null +++ b/apps/phtunnel/1.0.0/data.yml @@ -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 diff --git a/apps/phtunnel/1.0.0/docker-compose.yml b/apps/phtunnel/1.0.0/docker-compose.yml new file mode 100644 index 00000000..dc6d5e82 --- /dev/null +++ b/apps/phtunnel/1.0.0/docker-compose.yml @@ -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" diff --git a/apps/phtunnel/README.md b/apps/phtunnel/README.md new file mode 100644 index 00000000..8ff143ec --- /dev/null +++ b/apps/phtunnel/README.md @@ -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) \ No newline at end of file diff --git a/apps/phtunnel/data.yml b/apps/phtunnel/data.yml new file mode 100644 index 00000000..e75722b1 --- /dev/null +++ b/apps/phtunnel/data.yml @@ -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 \ No newline at end of file diff --git a/apps/phtunnel/latest/.env.sample b/apps/phtunnel/latest/.env.sample new file mode 100644 index 00000000..75673abf --- /dev/null +++ b/apps/phtunnel/latest/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="phtunnel" +TIPS="注意查看说明文档/Attention to the documentation" diff --git a/apps/phtunnel/latest/data.yml b/apps/phtunnel/latest/data.yml new file mode 100644 index 00000000..5d206033 --- /dev/null +++ b/apps/phtunnel/latest/data.yml @@ -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 diff --git a/apps/phtunnel/latest/docker-compose.yml b/apps/phtunnel/latest/docker-compose.yml new file mode 100644 index 00000000..0de19a78 --- /dev/null +++ b/apps/phtunnel/latest/docker-compose.yml @@ -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" diff --git a/apps/phtunnel/logo.png b/apps/phtunnel/logo.png new file mode 100644 index 00000000..3f62e5e9 Binary files /dev/null and b/apps/phtunnel/logo.png differ