1、首次推出ddnsto、mi-scale、mpd、portainer;

2、完善emby及samba-easy-nas的docs及config。
This commit is contained in:
waxgourd
2024-01-02 11:11:49 +08:00
parent 58cf00c560
commit ee0ccc8071
37 changed files with 710 additions and 10 deletions

3
ddnsto/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
## 3.0.5
- 首次发布。

25
ddnsto/README.md Normal file
View File

@@ -0,0 +1,25 @@
# 冬瓜甄选addons: DDNSTO
## 关于
非DDNSTO官方发布的第三方插件。
## 来源
https://github.com/TomCzHen/ddnsto-hassio
原作者写明:
**注意: 本插件并非 DDNSTO 官方发布。**
配置使用请查看 [https://doc.linkease.com/zh/guide/ddnsto/](https://doc.linkease.com/zh/guide/ddnsto/)
评价:
认真做好的带汉化的插件!

20
ddnsto/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: "DDNSTO"
slug: ddnsto
version: "3.0.5"
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
url: https://gitcode.com/waxgourd/addons
# codenotary: wghaos@163.com
startup: services
init: false
apparmor: false
arch:
- aarch64
- amd64
host_network: true
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: "tomczhen/ddnsto-hassio-{arch}"

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 重复,请修改设备编号用于区分。"