fix(homelab): fix homeassistant route to 8080
This commit is contained in:
@@ -19,7 +19,7 @@ routes = [
|
||||
{
|
||||
name = "home-assistant",
|
||||
namespace = "home",
|
||||
port = 8123,
|
||||
port = 8080,
|
||||
private = true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user