1
1
Fork 0

centroid: open mopidy to beatific

This commit is contained in:
Tim Van Baak 2024-02-22 23:03:23 +00:00
parent 5680da15c0
commit e8239a9960
1 changed files with 5 additions and 2 deletions

View File

@ -77,8 +77,11 @@
default = true;
locations."/".return = "444";
};
"centroid.lan" = {
listen = [ { addr = "centroid.lan"; } ];
"mopidy.home.ktvb.site" = {
listen = [
{ addr = "10.22.20.7"; }
{ addr = "centroid.lan"; }
];
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:6680";