Files
pi-hosted/template/apps/homebridge-debian.json
2022-08-21 18:14:28 -04:00

54 lines
1.4 KiB
JSON

{
"categories": [
"HomeAutomation"
],
"description": "Debian Homebridge 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_arm32": "oznu/homebridge:debian-arm32v7",
"image_arm64": "oznu/homebridge:debian",
"image_amd64": "oznu/homebridge:debian",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
"name": "homebridge-debian",
"network": "host",
"note": "Bringing HomeKit support where there is none",
"officialDoc": "https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker",
"platform": "linux",
"privileged": true,
"restart_policy": "unless-stopped",
"title": "Homebridge - Debian",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/debian-homebridge",
"container": "/homebridge"
}
],
"webpage": "https://homebridge.io/"
}