configs/tailnet: let display talk to HA
This commit is contained in:
parent
c695a6a2b7
commit
e02bb401a2
@ -23,6 +23,7 @@ let
|
|||||||
il = "100.86.182.99";
|
il = "100.86.182.99";
|
||||||
tv = "100.118.196.38";
|
tv = "100.118.196.38";
|
||||||
ollama = "100.121.227.121";
|
ollama = "100.121.227.121";
|
||||||
|
display = "100.77.35.34";
|
||||||
};
|
};
|
||||||
|
|
||||||
tagOwners = {
|
tagOwners = {
|
||||||
@ -88,7 +89,7 @@ let
|
|||||||
{
|
{
|
||||||
# jellyfin for tv
|
# jellyfin for tv
|
||||||
"action" = "accept";
|
"action" = "accept";
|
||||||
"src" = [ "tv" ];
|
"src" = [ "tv" "display" ];
|
||||||
"dst" = [ "box:443" ];
|
"dst" = [ "box:443" ];
|
||||||
"proto" = "tcp";
|
"proto" = "tcp";
|
||||||
}
|
}
|
||||||
@ -189,6 +190,11 @@ let
|
|||||||
"proto" = "tcp";
|
"proto" = "tcp";
|
||||||
"allow" = [ "box:443" ];
|
"allow" = [ "box:443" ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
src = "display";
|
||||||
|
proto = "tcp";
|
||||||
|
allow = [ "box:443" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -649,11 +649,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719854186,
|
"lastModified": 1721921067,
|
||||||
"narHash": "sha256-4yd3jE57LaActn2CrK4kq4IZ7wG7MkrjdYtov8WdVYo=",
|
"narHash": "sha256-XXHOZLq+RDpWBWwELxJyPzkrTcubHMFeucm7ZKYJl34=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "d8099959672f5b4f72cfce8e08d17fe9d70187dd",
|
"rev": "543f0209a192fa225d85ff115431b9582a1bbbe7",
|
||||||
"revCount": 153,
|
"revCount": 154,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://xin-secrets-ro/qbit/xin-secrets.git"
|
"url": "ssh://xin-secrets-ro/qbit/xin-secrets.git"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user