trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
13
var/backup/!home!chris!dotfiles!scripts!stream-setup.sh~
Executable file
13
var/backup/!home!chris!dotfiles!scripts!stream-setup.sh~
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Let's setup the streaming service for LuctorCRC
|
||||
peertubestreamkey=$(kdialog --password "What is the stream key for the website?")
|
||||
facebookstreamkey=$(kdialog --password "What is the stream key for Facebook?")
|
||||
echo $peertubestreamkey
|
||||
echo $facebookstreamkey
|
||||
|
||||
|
||||
|
||||
ssh chris@40.122.147.124 sudo sed -i -e "s#luctorcrc.org.*#luctorcrc.org/live/$peertubestreamkey\;#" /etc/nginx/nginx.conf
|
||||
ssh chris@40.122.147.124 sudo sed -i -e "s#/rtmp/.*#/rtmp/$facebookstreamkey\;#" /etc/nginx/nginx.conf
|
||||
ssh chris@40.122.147.124 'sudo systemctl restart nginx'
|
Loading…
Add table
Add a link
Reference in a new issue