totoro: enable nodered

This commit is contained in:
Luke Granger-Brown 2022-08-14 18:10:49 +01:00
parent e624f64be6
commit 159da44acf
2 changed files with 12 additions and 0 deletions

View file

@ -367,6 +367,10 @@ in {
timeout = "0";
})
(service "bvm-paperless.int.as205479.net:28981" "paperless.int.lukegb.com" {})
(service "totoro.int.as205479.net:1880" "nodered.int.lukegb.com" {
allow_websockets = true;
timeout = "0";
})
];
};
};

View file

@ -34,6 +34,8 @@ in {
plex = {};
default_config = {};
broadlink = {};
homekit = {};
google_assistant = {
project_id = "malden-homeassistant";
service_account = secrets.homeAssistant.googleServiceAccount;
@ -144,4 +146,10 @@ in {
hostnames = [ "ha.lukegb.com" ];
nginxVirtualHosts = [ "ha.lukegb.com" ];
};
services.node-red = {
enable = true;
withNpmAndGcc = true;
port = 1880;
};
}