Skip to content

Commit

Permalink
App Submission: Home Assistant Fusion UI (#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: sharknoon <[email protected]>
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent d03f9cb commit 21e3d45
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
Empty file.
22 changes: 22 additions & 0 deletions home-assistant-fusion-ui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: "3.7"

services:
# Certain api requests from Fusion do not work unless app_proxy is set with PROXY_TRUST_UPSTREAM=true
# app_proxy:
# environment:
# APP_HOST: home-assistant-fusion-ui_web_1
# APP_PORT: 5050
# PROXY_TRUST_UPSTREAM: "true"

web:
image: ghcr.io/matt8707/ha-fusion:2024.7.1@sha256:d2d3bf83c6636351852a66b6862faadfff16ea02222121bbcff2a0fbb129d1a5
restart: on-failure
user: 1000:1000
ports:
- 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}"
1 change: 1 addition & 0 deletions home-assistant-fusion-ui/exports.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export APP_HAFUSION_MACHINE_IP=$(hostname -I | awk '{print $1}')
26 changes: 26 additions & 0 deletions home-assistant-fusion-ui/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
manifestVersion: 1
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"
port: 5023
description: >-
HA-Fusion (Home Assistant Fusion UI) is an alternative frontend for the Home Assistant dashboard,
inspired by the sleek and intuitive design of the iOS Home app. While it does not manage integrations,
HA-Fusion aims to provide a highly customizable and visually appealing interface for users looking
to enhance their Home Assistant experience.
developer: Mattias Persson
website: https://github.com/matt8707/ha-fusion
repo: https://github.com/matt8707/ha-fusion
submitter: João Victor
submission: https://github.com/getumbrel/umbrel-apps/pull/1185
support: https://github.com/matt8707/ha-fusion/discussions
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
dependencies:
- home-assistant
path: ""

0 comments on commit 21e3d45

Please sign in to comment.