更新 '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

19
jdxb/config.yaml Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "1.0.1",
"name": "节点小宝",
"url": "https://www.ionewu.com",
"slug": "jdxb",
"description": "A Home Assistant add-on for jdxb service. 这是一个节点小宝客户端",
"arch": ["amd64", "aarch64"],
"image": "r.hassbus.com/wghaos/addon-wghaos-jdxb",
"startup": "application",
"init": false,
"ports": {
"9118/tcp": 9118
},
"webui": "[PROTO:http]://[HOST]:[PORT:9118]",
"boot": "manual",
"map": [
"addon_config:rw"
]
}