mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出emby、filebrowser、MyIP、NeteaseCloudMusicApi、nextcloud、zigbee2mqtt
This commit is contained in:
74
zigbee2mqtt/config.json
Normal file
74
zigbee2mqtt/config.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "Zigbee2MQTT",
|
||||
"version": "1.34.0-1",
|
||||
"slug": "zigbee2mqtt",
|
||||
"description": "可以自定义ZigBee的接收连接器",
|
||||
"uart": true,
|
||||
"url": "https://gitcode.com/waxgourd/addons",
|
||||
"startup": "application",
|
||||
"services": [
|
||||
"mqtt:need"
|
||||
],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"init": false,
|
||||
"ingress": true,
|
||||
"timeout": 30,
|
||||
"panel_icon": "mdi:zigbee",
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"ports": {
|
||||
"8485/tcp": 8485,
|
||||
"8099/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"8485/tcp": "Socat tcp-listen port",
|
||||
"8099/tcp": "Frontend tcp-listen port"
|
||||
},
|
||||
"options": {
|
||||
"data_path": "/config/zigbee2mqtt",
|
||||
"socat": {
|
||||
"enabled": false,
|
||||
"master": "pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777",
|
||||
"slave": "tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5",
|
||||
"options": "-d -d",
|
||||
"log": false
|
||||
},
|
||||
"mqtt": {},
|
||||
"serial": {}
|
||||
},
|
||||
"schema": {
|
||||
"zigbee_herdsman_debug": "bool?",
|
||||
"data_path": "str",
|
||||
"socat": {
|
||||
"enabled": "bool?",
|
||||
"master": "str?",
|
||||
"slave": "str?",
|
||||
"options": "str?",
|
||||
"log": "bool?"
|
||||
},
|
||||
"mqtt": {
|
||||
"server": "str?",
|
||||
"ca": "str?",
|
||||
"key": "str?",
|
||||
"cert": "str?",
|
||||
"user": "str?",
|
||||
"password": "str?"
|
||||
},
|
||||
"serial": {
|
||||
"port": "str?",
|
||||
"adapter": "match(zstack|deconz|zigate|ezsp)?",
|
||||
"baudrate": "int?",
|
||||
"rtscts": "bool?"
|
||||
}
|
||||
},
|
||||
"image": "docker.nju.edu.cn/zigbee2mqtt/zigbee2mqtt-{arch}"
|
||||
}
|
||||
Reference in New Issue
Block a user