feat: included stream url

This commit is contained in:
Nick 2024-11-06 02:45:19 -06:00
parent 1902003d76
commit 512bf44e85

View file

@ -11,6 +11,7 @@ in {
port = service.ports.port0; port = service.ports.port0;
openFirewall = true; openFirewall = true;
}; };
caddy = { caddy = {
virtualHosts = { virtualHosts = {
"${host}" = { "${host}" = {
@ -32,4 +33,6 @@ in {
]; ];
}; };
}; };
# OBS Server rtmp://192.168.50.140:1935/live
} }