feat(monitoring): home-assistant

This commit is contained in:
arcnmx 2024-06-06 11:38:14 -07:00
parent 2ed7d5516d
commit 3991badf2c
5 changed files with 22 additions and 4 deletions

View file

@ -80,6 +80,10 @@ in {
websocket.enable = true;
};
};
"/api/prometheus" = {
local.denyGlobal = true;
proxy.enable = true;
};
};
in {
home-assistant = {...}: {

View file

@ -165,7 +165,9 @@ in {
password = "!secret mpd-shanghai-password";
}
];
prometheus = {};
prometheus = {
requires_auth = mkDefault false;
};
wake_on_lan = {};
};
grocy.enable = true;