fix(hass): expose esphome dashboard on tailnet
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
761e0487ee
commit
520f7441d9
2 changed files with 2 additions and 1 deletions
|
@ -99,6 +99,7 @@ in {
|
|||
];
|
||||
|
||||
subDomains = {
|
||||
esphome.reverseProxy = "${homieIP}:6052";
|
||||
pr-tracker.reverseProxy = "${serviviIP}:3000";
|
||||
|
||||
pcsd = {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
esphome = {
|
||||
enable = true;
|
||||
address = "localhost";
|
||||
address = "100.64.0.10";
|
||||
port = 6052;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue