Installation home-assistant

This commit is contained in:
nyanloutre 2020-08-30 21:16:41 +02:00
parent b6cf4e19de
commit f77cb355b1
2 changed files with 96 additions and 0 deletions

View file

@ -184,6 +184,11 @@ in
"emby.nyanlout.re" = simpleReverse 8096;
"ci.nyanlout.re" = simpleReverse 52350;
"gitea.nyanlout.re" = simpleReverse config.services.gitea.httpPort;
"apart.nyanlout.re" = recursiveUpdate (simpleReverse config.services.home-assistant.port) {
locations."/" = {
proxyWebsockets = true;
};
};
};
appendConfig = let
rootLocation = config.services.nginx.virtualHosts."stream.nyanlout.re".locations."/".root;