From f3555c3e0397c160f751568873f32cd342e819cb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 13 Sep 2025 07:43:20 -0400 Subject: [PATCH] Tweaking ingress configs again. --- .../rikku/homeassistant/configuration.yaml | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/app-configs/rikku/homeassistant/configuration.yaml b/app-configs/rikku/homeassistant/configuration.yaml index 3f84fdf..4d35c34 100644 --- a/app-configs/rikku/homeassistant/configuration.yaml +++ b/app-configs/rikku/homeassistant/configuration.yaml @@ -32,16 +32,28 @@ ingress: ui_mode: toolbar title: AdGuardHome icon: si:adguard - url: http://192.168.1.252:8080 - audiobookshelf: + url: http://adguard:8080 + # audiobookshelf: + # work_mode: ingress + # ui_mode: toolbar + # title: Audiobookshelf + # icon: si:audiobookshelf + # url: http://192.168.1.254:13378 + dockflare: work_mode: ingress ui_mode: toolbar - title: Audiobookshelf - icon: si:audiobookshelf - url: http://192.168.1.254:13378 + title: Dockflare + icon: si:cloudflare + url: http://dockflare:5000 ha_fusion: work_mode: ingress ui_mode: toolbar title: HA Fusion icon: mdi:monitor-dashboard - url: http://192.168.1.252:5050 \ No newline at end of file + url: http://ha-fusion:5050 + upsnap: + work_mode: ingress + ui_mode: toolbar + title: UpSnap + icon: mdi:lan-pending + url: http://upsnap:5000 \ No newline at end of file