diff --git a/apps/gateway-go/0.3.20/.env.sample b/apps/gateway-go/0.3.20/.env.sample new file mode 100644 index 000000000000..bb0a907dbf7b --- /dev/null +++ b/apps/gateway-go/0.3.20/.env.sample @@ -0,0 +1,3 @@ +CONTAINER_NAME="gateway-go" +PANEL_APP_PORT_HTTP="34323" +DATA_PATH="./data" \ No newline at end of file diff --git a/apps/gateway-go/0.3.20/data.yml b/apps/gateway-go/0.3.20/data.yml new file mode 100644 index 000000000000..7073efefe61f --- /dev/null +++ b/apps/gateway-go/0.3.20/data.yml @@ -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 diff --git a/apps/gateway-go/0.3.20/docker-compose.yml b/apps/gateway-go/0.3.20/docker-compose.yml new file mode 100644 index 000000000000..3fad4e5299f9 --- /dev/null +++ b/apps/gateway-go/0.3.20/docker-compose.yml @@ -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" diff --git a/apps/gateway-go/README.md b/apps/gateway-go/README.md new file mode 100644 index 000000000000..1e2ffc28e36a --- /dev/null +++ b/apps/gateway-go/README.md @@ -0,0 +1,8 @@ +# gateway-go + +云亿连的内网端,好用的内网穿透工具,支持p2p,访问端App配置需要访问的内网端口,支持APP网页访问安装的应用 + +## 主要功能: + +- 支持Android、iOS、Mac、Windows、Linux系统客户端,支持ARM、x86架构镜像 +- 支持内网穿透访问管理页面和安装的应用 diff --git a/apps/gateway-go/data.yml b/apps/gateway-go/data.yml new file mode 100644 index 000000000000..ddf32e1e3bee --- /dev/null +++ b/apps/gateway-go/data.yml @@ -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 diff --git a/apps/gateway-go/latest/.env.sample b/apps/gateway-go/latest/.env.sample new file mode 100644 index 000000000000..bb0a907dbf7b --- /dev/null +++ b/apps/gateway-go/latest/.env.sample @@ -0,0 +1,3 @@ +CONTAINER_NAME="gateway-go" +PANEL_APP_PORT_HTTP="34323" +DATA_PATH="./data" \ No newline at end of file diff --git a/apps/gateway-go/latest/data.yml b/apps/gateway-go/latest/data.yml new file mode 100644 index 000000000000..7073efefe61f --- /dev/null +++ b/apps/gateway-go/latest/data.yml @@ -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 diff --git a/apps/gateway-go/latest/docker-compose.yml b/apps/gateway-go/latest/docker-compose.yml new file mode 100644 index 000000000000..08b49796e23a --- /dev/null +++ b/apps/gateway-go/latest/docker-compose.yml @@ -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" diff --git a/apps/gateway-go/logo.png b/apps/gateway-go/logo.png new file mode 100644 index 000000000000..bdd0b713e4bf Binary files /dev/null and b/apps/gateway-go/logo.png differ