Skip to content

Commit

Permalink
mini: Configure home assistant external access
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Jan 18, 2025
1 parent dc92684 commit 7beea63
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions nix/hosts/mini/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,46 +86,11 @@

services.caddy = {
enable = true;
virtualHosts."mini.home.arpa".extraConfig = ''
reverse_proxy localhost:8082
virtualHosts."juanibiapina.mywire.org".extraConfig = ''
reverse_proxy localhost:8123
'';
};

services.homepage-dashboard = {
enable = true;
listenPort = 8082;
services = [
{
"Services" = [
{
"AdGuard Home" = {
description = "AdGuard Home";
href = "http://mini.home.arpa:3000";
};
}
{
"Nix Store" = {
description = "Nix Store";
href = "http://mini.home.arpa:3001";
};
}
{
"Home Assistant" = {
description = "Home Assistant";
href = "http://mini.home.arpa:8123";
};
}
{
"FritzBox" = {
description = "FritzBox";
href = "http://fritz.home.arpa";
};
}
];
}
];
};

# Configure backups
services.restic = {
backups = {
Expand Down

0 comments on commit 7beea63

Please sign in to comment.