rc3_21: misc

This commit is contained in:
Andreas Hubel 2021-12-23 23:03:24 +01:00
parent 987dee2913
commit abfcfd30ea
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@
/*.iml
.DS_Store
/.vscode

View file

@ -666,7 +666,7 @@ $CONFIG['ROOMS'] = array(
'gehacktesfromhell' => array(
'DISPLAY' => 'Gehacktes from Hell',
'DISPLAY_SHORT' => 'gehacktesfromhell',
'STREAM' => 'gehacktesfromhell',
'STREAM' => 'gehacktes',
'PREVIEW' => true,
'TRANSLATION' => [
['endpoint' => 'translated', 'label' => 'Translated1'],
@ -802,7 +802,7 @@ $CONFIG['SCHEDULE'] = array(
* aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein
* externer HTTP-Cache vorgeschaltet werden.
*/
'URL' => 'https://data.c3voc.de/rC3_21/everything.schedule.xml',
'URL' => 'https://data.c3voc.de/rC3_21/channels.schedule.xml',
/**
* Nur die angegebenen Räume aus dem Fahrplan beachten

View file

@ -46,7 +46,7 @@ fi
for host in streaming.test.c3voc.de; do
echo "deploying to $host"
ssh voc@$host 'sudo sh' << EOT
ssh -A voc@$host 'sudo sh' << EOT
cd /srv/nginx/streaming-website
echo "updating code"