[go: nahoru, domu]

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

Add Home Assistant Fusion UI #1185

Merged
merged 12 commits into from
Sep 18, 2024
Prev Previous commit
Next Next commit
Add extra_hosts
  • Loading branch information
nmfretz committed Sep 12, 2024
commit 798dba6e4c9da4010fa6255e1e08b4dac13184c7
2 changes: 2 additions & 0 deletions home-assistant-fusion-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ services:
- ${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}')