mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 03:18:27 +08:00
21 lines
671 B
YAML
21 lines
671 B
YAML
name: "HomeBridge"
|
||
version: "2026-03-07"
|
||
slug: "homebridge"
|
||
description: "Homebridge 是一款轻量级的Node.js服务器,你可以在家庭网络上运行,模拟 iOS HomeKit API。它支持插件,这些插件是由社区贡献的模块,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥梁。"
|
||
url: "https://gitcode.com/waxgourd/addons"
|
||
arch:
|
||
- aarch64
|
||
- amd64
|
||
startup: services
|
||
init: false
|
||
host_network: true
|
||
#ingress: true
|
||
#ingress_port: 8581
|
||
#ingress_entry: /
|
||
webui: "[PROTO:http]://[HOST]:[PORT:8581]"
|
||
map:
|
||
- type: data
|
||
read_only: false
|
||
path: /homebridge
|
||
image: "homebridge/homebridge"
|
||
boot: manual |