1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak e8239a9960 centroid: open mopidy to beatific 2024-02-22 23:03:23 +00:00
Tim Van Baak 5680da15c0 centroid: enable Nebula 2024-02-22 22:55:24 +00:00
1 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,6 @@
beatific.hostName = "centroid";
beatific.defaults = {
nebula = false;
tvbSync = false;
};
@ -78,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";