This commit is contained in:
Lucy Hochkamp 2024-09-15 16:06:05 +02:00
parent 29cbe09ba0
commit cd8418388d
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -166,5 +166,13 @@ in
GF_INSTALL_PLUGINS = "";
};
};
virtualisation.oci-containers.containers.node-red = {
image = "nodered/node-red:latest";
extraOptions = [ "--network=podman" ];
volumes = [
"nodered-data:/data"
];
};
}

View file

@ -170,6 +170,14 @@ in
}
}
}
@node-red host node-red.hailsatan.eu
handle @node-red {
reverse_proxy http://node-red:1880 {
transport http {
resolvers 10.88.0.1 # podman dns
}
}
}
@bzzt-api host bzzt-api.hailsatan.eu
handle @bzzt-api {
reverse_proxy http://127.0.0.1:5001