更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 deletions

11
ddnsto/CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
### 3.1.02025-08-15
- 版本升级
### 3.0.62024-01-18
- 修正 填写token还不能正常启动的问题
### 3.0.52023-12-29
- 首次推出

13
ddnsto/DOCS.md Normal file
View 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
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsDDNSTO
## 关于
DDNSTO 帮助你快速外网穿透访问你的局域网设备,无需公网 IP
## 来源
冬瓜甄选出品

20
ddnsto/config.yaml Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
ddnsto/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,7 @@
configuration:
user_token:
name: "User Token"
description: "到 ddnsto 控制台获取用户 Token。"
device_id:
name: "Device ID"
description: "如有多台设备 ID 重复,请修改设备编号用于区分。"

View File

@@ -0,0 +1,7 @@
configuration:
user_token:
name: "用户 Token"
description: "到 ddnsto 控制台获取用户 Token。"
device_id:
name: "设备编号"
description: "如有多台设备 ID 重复,请修改设备编号用于区分。"