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: services:
server: server:
image: homebridge/homebridge:2024-06-27@sha256:be09c4402c351520069014ba77a6d12f22021294c04125b827a8e7cb5b79b9da image: homebridge/homebridge:2024-09-03@sha256:584a554ee3973cfdcc1d62723af42070366ec793cbe3431f95f6f398598d6657
# container runs as root # container runs as root
network_mode: host network_mode: host
# available at port 8581 # available at port 8581
volumes: volumes:
- ${APP_DATA_DIR}/data/homebridge:/homebridge - ${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 id: homebridge
category: automation category: automation
name: Homebridge name: Homebridge
version: "1.8.4" version: "1.8.4-ui-update"
tagline: "HomeKit support for the impatient" tagline: "HomeKit support for the impatient"
description: >- description: >-
Bringing HomeKit support where there is none. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. 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: "" defaultPassword: ""
torOnly: false torOnly: false
releaseNotes: >- 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 submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps submission: https://github.com/getumbrel/umbrel-apps

Loading…
Cancel
Save