Browse Source

App Submission: Home Assistant Fusion UI (#1185)

Co-authored-by: sharknoon <frank.josua@gmail.com>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
joaovictor.local 3 months ago
committed by GitHub
parent
commit
21e3d45842
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      home-assistant-fusion-ui/data/fusion/.gitkeep
  2. 22
      home-assistant-fusion-ui/docker-compose.yml
  3. 1
      home-assistant-fusion-ui/exports.sh
  4. 26
      home-assistant-fusion-ui/umbrel-app.yml

0
home-assistant-fusion-ui/data/fusion/.gitkeep

22
home-assistant-fusion-ui/docker-compose.yml

@ -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
home-assistant-fusion-ui/exports.sh

@ -0,0 +1 @@
export APP_HAFUSION_MACHINE_IP=$(hostname -I | awk '{print $1}')

26
home-assistant-fusion-ui/umbrel-app.yml

@ -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: ""
Loading…
Cancel
Save