forked from wurzel/fruitbasket
stream doesn't want to work
This commit is contained in:
parent
d7ed57bbdd
commit
9656926a07
287 changed files with 6934 additions and 0 deletions
|
@ -50,12 +50,33 @@
|
|||
bat
|
||||
git
|
||||
htop
|
||||
fd
|
||||
ripgrep
|
||||
tldr
|
||||
tmux
|
||||
usbutils
|
||||
wget
|
||||
neovim
|
||||
nmap
|
||||
tcpdump
|
||||
bat
|
||||
dig
|
||||
ethtool
|
||||
iftop
|
||||
ipcalc
|
||||
iperf3
|
||||
ipv6calc
|
||||
lsof
|
||||
ltrace
|
||||
strace
|
||||
mtr
|
||||
traceroute
|
||||
smartmontools
|
||||
sysstat
|
||||
tree
|
||||
whois
|
||||
exa
|
||||
zsh
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -28,11 +28,20 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
streamConfig = ''
|
||||
server {
|
||||
listen 1935;
|
||||
proxy_pass [::1]:1935;
|
||||
proxy_buffer_size 32k;
|
||||
}
|
||||
'';
|
||||
};
|
||||
owncast = {
|
||||
enable = true;
|
||||
port = 13142;
|
||||
listen = "[::ffff:127.0.0.1]";
|
||||
openFirewall = true;
|
||||
rtmp-port = 1935;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue