更新 'repository.yaml'
This commit is contained in:
11
ddnsto/CHANGELOG.md
Normal file
11
ddnsto/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
### 3.1.0(2025-08-15)
|
||||
|
||||
- 版本升级
|
||||
|
||||
### 3.0.6(2024-01-18)
|
||||
|
||||
- 修正 填写token还不能正常启动的问题
|
||||
|
||||
### 3.0.5(2023-12-29)
|
||||
|
||||
- 首次推出
|
||||
13
ddnsto/DOCS.md
Normal file
13
ddnsto/DOCS.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# DDNSTO
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 在配置页中输入“用户Token”,[官方网站](https://www.ddnsto.com/)
|
||||
|
||||
- 选择“设备编号”后点击启动。
|
||||
|
||||
- 返回到官网,在控制台中我的设备中,添加域名映射。
|
||||
|
||||
- 主域名自定义填好,目标主机地址就是你HAOS的IP地址和端口号。例如(http://192.168.1.100:8123),点击更新
|
||||
|
||||
- 在主域名下面就是可以通过公网访问的地址了。快去试试吧!😊
|
||||
9
ddnsto/README.md
Normal file
9
ddnsto/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 冬瓜甄选addons:DDNSTO
|
||||
|
||||
## 关于
|
||||
|
||||
DDNSTO 帮助你快速外网穿透访问你的局域网设备,无需公网 IP
|
||||
|
||||
## 来源
|
||||
|
||||
冬瓜甄选出品
|
||||
20
ddnsto/config.yaml
Normal file
20
ddnsto/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: "DDNSTO"
|
||||
slug: ddnsto
|
||||
version: "3.1.0"
|
||||
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
startup: services
|
||||
init: false
|
||||
apparmor: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
host_network: true
|
||||
boot: manual
|
||||
options:
|
||||
user_token:
|
||||
device_id: 0
|
||||
schema:
|
||||
user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})
|
||||
device_id: list(0|1|2|3|4|5|6|7|8|9)
|
||||
image: "r.hassbus.com/wghaos/ddnsto"
|
||||
BIN
ddnsto/icon.png
Normal file
BIN
ddnsto/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
ddnsto/logo.png
Normal file
BIN
ddnsto/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
7
ddnsto/translations/en.yaml
Normal file
7
ddnsto/translations/en.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration:
|
||||
user_token:
|
||||
name: "User Token"
|
||||
description: "到 ddnsto 控制台获取用户 Token。"
|
||||
device_id:
|
||||
name: "Device ID"
|
||||
description: "如有多台设备 ID 重复,请修改设备编号用于区分。"
|
||||
7
ddnsto/translations/zh-Hans.yaml
Normal file
7
ddnsto/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration:
|
||||
user_token:
|
||||
name: "用户 Token"
|
||||
description: "到 ddnsto 控制台获取用户 Token。"
|
||||
device_id:
|
||||
name: "设备编号"
|
||||
description: "如有多台设备 ID 重复,请修改设备编号用于区分。"
|
||||
Reference in New Issue
Block a user