Browse Source

Update homebridge to 2024-09-03 (#1554)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Jose Moran Urena 3 months ago
committed by GitHub
parent
commit
bd5622b2a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      homebridge/docker-compose.yml
  2. 9
      homebridge/umbrel-app.yml

4
homebridge/docker-compose.yml

@ -2,10 +2,10 @@ version: "3.7"
services:
server:
image: homebridge/homebridge:2024-06-27@sha256:be09c4402c351520069014ba77a6d12f22021294c04125b827a8e7cb5b79b9da
image: homebridge/homebridge:2024-09-03@sha256:584a554ee3973cfdcc1d62723af42070366ec793cbe3431f95f6f398598d6657
# container runs as root
network_mode: host
# available at port 8581
volumes:
- ${APP_DATA_DIR}/data/homebridge:/homebridge
restart: on-failure
restart: on-failure

9
homebridge/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: homebridge
category: automation
name: Homebridge
version: "1.8.4"
version: "1.8.4-ui-update"
tagline: "HomeKit support for the impatient"
description: >-
Bringing HomeKit support where there is none. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit.
@ -39,6 +39,9 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
This release includes various bugfixes and improvements. Full release notes can be found at https://github.com/homebridge/homebridge/releases
This release updates the Homebridge UI to v4.57.1, while Homebridge itself remains on version 1.8.4.
Full release notes can be found at https://github.com/homebridge/homebridge/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps
submission: https://github.com/getumbrel/umbrel-apps

Loading…
Cancel
Save