fix(hass): expose esphome dashboard on tailnet
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-02 23:24:04 -04:00
parent 761e0487ee
commit 520f7441d9
2 changed files with 2 additions and 1 deletions

View file

@ -99,6 +99,7 @@ in {
];
subDomains = {
esphome.reverseProxy = "${homieIP}:6052";
pr-tracker.reverseProxy = "${serviviIP}:3000";
pcsd = {

View file

@ -50,7 +50,7 @@
esphome = {
enable = true;
address = "localhost";
address = "100.64.0.10";
port = 6052;
};