|
@@ -1659,7 +1659,7 @@
|
|
"note": "Bringing HomeKit support where there is none",
|
|
"note": "Bringing HomeKit support where there is none",
|
|
"platform": "linux",
|
|
"platform": "linux",
|
|
"privileged": true,
|
|
"privileged": true,
|
|
- "restart_policy": "always",
|
|
|
|
|
|
+ "restart_policy": "unless-stopped",
|
|
"title": "Homebridge",
|
|
"title": "Homebridge",
|
|
"type": 1,
|
|
"type": 1,
|
|
"volumes": [
|
|
"volumes": [
|
|
@@ -1669,6 +1669,55 @@
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "categories": [
|
|
|
|
+ "HomeAutomation"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Homebridge with Bluetooth allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.",
|
|
|
|
+ "env": [
|
|
|
|
+ {
|
|
|
|
+ "default": "1000",
|
|
|
|
+ "label": "PGID",
|
|
|
|
+ "name": "PGID"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "1000",
|
|
|
|
+ "label": "PUID",
|
|
|
|
+ "name": "PUID"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "1",
|
|
|
|
+ "label": "HOMEBRIDGE_CONFIG_UI",
|
|
|
|
+ "name": "HOMEBRIDGE_CONFIG_UI"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "8581",
|
|
|
|
+ "label": "HOMEBRIDGE_CONFIG_UI_PORT",
|
|
|
|
+ "name": "HOMEBRIDGE_CONFIG_UI_PORT"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "America/New_York",
|
|
|
|
+ "label": "TZ",
|
|
|
|
+ "name": "TZ"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "image": "bitkill/homebridge-bluetooth:latest",
|
|
|
|
+ "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/homebridge.png",
|
|
|
|
+ "name": "homebridge-bluetooth",
|
|
|
|
+ "network": "host",
|
|
|
|
+ "note": "Bringing HomeKit support where there is none",
|
|
|
|
+ "platform": "linux",
|
|
|
|
+ "privileged": true,
|
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
|
+ "title": "Homebridge with Bluetooth",
|
|
|
|
+ "type": 1,
|
|
|
|
+ "volumes": [
|
|
|
|
+ {
|
|
|
|
+ "bind": "/portainer/Files/AppData/Config/homebridge-bluetooth",
|
|
|
|
+ "container": "/homebridge"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"categories": [
|
|
"categories": [
|
|
"Other",
|
|
"Other",
|