allowed (non-nix) home assistant to be acessed from outside.
This commit is contained in:
parent
50ff7398bd
commit
6b12a84671
4 changed files with 32 additions and 9 deletions
|
@ -88,6 +88,14 @@ in {
|
|||
description = "Pictures";
|
||||
};
|
||||
}
|
||||
{
|
||||
HomeAssistant = {
|
||||
icon = "sh-home-assistant.svg";
|
||||
href = "https://home.venberg.xyz";
|
||||
siteMonitor = "https://home.venberg.xyz";
|
||||
description = "Home Automation";
|
||||
};
|
||||
}
|
||||
{
|
||||
Grocy = {
|
||||
icon = "sh-grocy.svg";
|
||||
|
@ -116,13 +124,6 @@ in {
|
|||
}
|
||||
{
|
||||
Internal = [
|
||||
{
|
||||
HomeAssistant = {
|
||||
icon = "sh-home-assistant.svg";
|
||||
href = "http://homeassistant.local:8123/";
|
||||
description = "Home Automation";
|
||||
};
|
||||
}
|
||||
{
|
||||
FritzBox = {
|
||||
icon = "sh-fritz.svg";
|
||||
|
@ -133,7 +134,7 @@ in {
|
|||
{
|
||||
AdGuardHome = {
|
||||
icon = "sh-adguard-home.svg";
|
||||
href = "http://10.10.0.2";
|
||||
href = "http://10.10.0.2:8080";
|
||||
description = "Home Automation";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue