File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ TZ = Europe/London
2
+ PGID = 1000
3
+ PUID = 1000
4
+ HOMEBRIDGE_CONFIG_UI = 1
5
+ HOMEBRIDGE_CONFIG_UI_PORT = 8080
Original file line number Diff line number Diff line change
1
+ homebridge :
2
+ container_name : homebridge
3
+ image : oznu/homebridge:no-avahi-arm32v6
4
+ restart : unless-stopped
5
+ network_mode : host
6
+ env_file : ./services/homebridge/homebridge.env
7
+ volumes :
8
+ - ./volumes/homebridge:/homebridge
Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ declare -A cont_array=(
26
26
[nextcloud]=" Next-Cloud"
27
27
[nginx]=" NGINX by linuxserver"
28
28
[diyhue]=" diyHue"
29
+ [homebridge]=" Homebridge"
29
30
30
31
)
31
32
declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
32
33
" adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
33
- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" )
34
+ " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge " )
34
35
35
36
sys_arch=$( uname -m)
36
37
You can’t perform that action at this time.
0 commit comments