Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/gateway-go/0.3.20/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONTAINER_NAME="gateway-go"
PANEL_APP_PORT_HTTP="34323"
DATA_PATH="./data"
17 changes: 17 additions & 0 deletions apps/gateway-go/0.3.20/data.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions apps/gateway-go/0.3.20/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 8 additions & 0 deletions apps/gateway-go/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# gateway-go

云亿连的内网端,好用的内网穿透工具,支持p2p,访问端App配置需要访问的内网端口,支持APP网页访问安装的应用

## 主要功能:

- 支持Android、iOS、Mac、Windows、Linux系统客户端,支持ARM、x86架构镜像
- 支持内网穿透访问管理页面和安装的应用
19 changes: 19 additions & 0 deletions apps/gateway-go/data.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions apps/gateway-go/latest/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONTAINER_NAME="gateway-go"
PANEL_APP_PORT_HTTP="34323"
DATA_PATH="./data"
17 changes: 17 additions & 0 deletions apps/gateway-go/latest/data.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions apps/gateway-go/latest/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
Binary file added apps/gateway-go/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.