fix(homelab): fix homeassistant route to 8080

This commit is contained in:
2026-01-01 22:21:37 -08:00
parent 120e38fd46
commit 8fa31858b4
3 changed files with 2 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ routes = [
{
name = "home-assistant",
namespace = "home",
port = 8123,
port = 8080,
private = true
},
{