mirror of
https://github.com/okxlin/appstore.git
synced 2025-09-14 13:56:55 +08:00
Merge 5239f70db4
into bf9ab75f47
This commit is contained in:
commit
3f5f54373c
3
apps/gateway-go/0.3.20/.env.sample
Normal file
3
apps/gateway-go/0.3.20/.env.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CONTAINER_NAME="gateway-go"
|
||||||
|
PANEL_APP_PORT_HTTP="34323"
|
||||||
|
DATA_PATH="./data"
|
17
apps/gateway-go/0.3.20/data.yml
Normal file
17
apps/gateway-go/0.3.20/data.yml
Normal 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
|
10
apps/gateway-go/0.3.20/docker-compose.yml
Normal file
10
apps/gateway-go/0.3.20/docker-compose.yml
Normal 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"
|
8
apps/gateway-go/README.md
Normal file
8
apps/gateway-go/README.md
Normal 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
19
apps/gateway-go/data.yml
Normal 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
|
3
apps/gateway-go/latest/.env.sample
Normal file
3
apps/gateway-go/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CONTAINER_NAME="gateway-go"
|
||||||
|
PANEL_APP_PORT_HTTP="34323"
|
||||||
|
DATA_PATH="./data"
|
17
apps/gateway-go/latest/data.yml
Normal file
17
apps/gateway-go/latest/data.yml
Normal 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
|
10
apps/gateway-go/latest/docker-compose.yml
Normal file
10
apps/gateway-go/latest/docker-compose.yml
Normal 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
BIN
apps/gateway-go/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user