This commit is contained in:
iotserv 2025-07-25 05:34:19 +08:00 committed by GitHub
commit 3f5f54373c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="gateway-go"
PANEL_APP_PORT_HTTP="34323"
DATA_PATH="./data"

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "34323"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
disabled: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -0,0 +1,10 @@
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/root"
image: openiothub/gateway-go:v0.3.20
labels:
createdBy: "Apps"

View File

@ -0,0 +1,8 @@
# gateway-go
云亿连的内网端好用的内网穿透工具支持p2p访问端App配置需要访问的内网端口支持APP网页访问安装的应用
## 主要功能:
- 支持Android、iOS、Mac、Windows、Linux系统客户端支持ARM、x86架构镜像
- 支持内网穿透访问管理页面和安装的应用

19
apps/gateway-go/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: gateway-go
tags:
- 实用工具
title: 简单易用的 内网穿透工具
description: 简单易用的 内网穿透工具
additionalProperties:
key: gateway-go
name: gateway-go
tags:
- Tool
shortDescZh: 简单易用的 内网穿透工具,支持全平台APP访问,支持p2p,未来也将支持所有docker应用的远程访问
shortDescEn: Help you expose a local server behind a NAT or firewall to the internet.
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/OpenIoTHub/gateway-go
github: https://github.com/OpenIoTHub/gateway-go
document: https://docs.iothub.cloud

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="gateway-go"
PANEL_APP_PORT_HTTP="34323"
DATA_PATH="./data"

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "34323"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
disabled: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -0,0 +1,10 @@
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/root"
image: openiothub/gateway-go:latest
labels:
createdBy: "Apps"

BIN
apps/gateway-go/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB