bubbleupnp
module for rock5b
This commit is contained in:
parent
4daf35633d
commit
5e9020533b
2 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
"minidlna"
|
"minidlna"
|
||||||
"transmission"
|
"transmission"
|
||||||
"hercules-ci"
|
"hercules-ci"
|
||||||
|
"bubbleupnp"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
11
modules/bubbleupnp/default.nix
Normal file
11
modules/bubbleupnp/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
virtualisation.oci-containers.containers = {
|
||||||
|
bubbleupnpserver = {
|
||||||
|
image = "bubblesoftapps/bubbleupnpserver";
|
||||||
|
ports = ["58050:58050"];
|
||||||
|
extraOptions = ["--network=host" "-device /dev/dri:/dev/dri"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [58050];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue