Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home-assistant-fusion-ui to version 2024.7.1 #1545

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home-assistant-fusion-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
image: ghcr.io/matt8707/ha-fusion:2024.7.1@sha256:d2d3bf83c6636351852a66b6862faadfff16ea02222121bbcff2a0fbb129d1a5
restart: on-failure
user: 1000:1000
ports:

Check notice on line 15 in home-assistant-fusion-ui/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "5023:5050"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
- 5023:5050
volumes:
- ${APP_DATA_DIR}/data/fusion:/app/data
environment:
HASS_URL: http://${DEVICE_DOMAIN_NAME}:8123
extra_hosts:
- "${DEVICE_DOMAIN_NAME}:${APP_HAFUSION_MACHINE_IP}"
- "${DEVICE_DOMAIN_NAME}:${APP_HAFUSION_MACHINE_IP}"
11 changes: 8 additions & 3 deletions home-assistant-fusion-ui/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: home-assistant-fusion-ui
name: HA-Fusion
tagline: A modern, easy-to-use and performant custom Home Assistant dashboard
category: automation
version: "2024.6.1"
version: "2024.7.1"
port: 5023
description: >-
HA-Fusion (Home Assistant Fusion UI) is an alternative frontend for the Home Assistant dashboard,
Expand All @@ -20,7 +20,12 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
This release includes the following improvements:
- Added sidebar copy-on-drag functionality when the alt key is pressed
- Fixed section visibility configuration when using ingress

For full release notes, visit https://github.com/matt8707/ha-fusion/releases
dependencies:
- home-assistant
path: ""
path: ""