From 626f2b13acd8db98f046818ac925232a7828294c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 13 Sep 2025 08:18:01 -0400 Subject: [PATCH] Ingress tweaks with IPs. --- app-configs/rikku/homeassistant/configuration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-configs/rikku/homeassistant/configuration.yaml b/app-configs/rikku/homeassistant/configuration.yaml index 4d35c34..10f2ca1 100644 --- a/app-configs/rikku/homeassistant/configuration.yaml +++ b/app-configs/rikku/homeassistant/configuration.yaml @@ -32,7 +32,7 @@ ingress: ui_mode: toolbar title: AdGuardHome icon: si:adguard - url: http://adguard:8080 + url: http://192.168.1.252:8080 # audiobookshelf: # work_mode: ingress # ui_mode: toolbar @@ -44,16 +44,16 @@ ingress: ui_mode: toolbar title: Dockflare icon: si:cloudflare - url: http://dockflare:5000 + url: http://192.168.1.252:5001 ha_fusion: work_mode: ingress ui_mode: toolbar title: HA Fusion icon: mdi:monitor-dashboard - url: http://ha-fusion:5050 + url: http://192.168.1.252:5050 upsnap: work_mode: ingress ui_mode: toolbar title: UpSnap icon: mdi:lan-pending - url: http://upsnap:5000 \ No newline at end of file + url: http://192.168.1.252:5000 \ No newline at end of file -- 2.52.0