From c8212df38634c12d708413f4633cb174cae83202 Mon Sep 17 00:00:00 2001 From: Dave Pedu Date: Sun, 14 Dec 2014 17:33:32 -0800 Subject: [PATCH] Include rivendell icecast config --- Dockerfile | 1 + README.md | 0 edcast-jack-3.1.7.tar.gz | Bin edcast.cfg | 0 icecast | 0 icecast.xml | 0 rd.conf | 0 rd.icecast.conf | 11 +++++++++++ rdmysql.conf | 0 start | 0 supervisord.conf | 0 tryphon.list | 0 12 files changed, 12 insertions(+) mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 README.md mode change 100644 => 100755 edcast-jack-3.1.7.tar.gz mode change 100644 => 100755 edcast.cfg mode change 100644 => 100755 icecast mode change 100644 => 100755 icecast.xml mode change 100644 => 100755 rd.conf create mode 100755 rd.icecast.conf mode change 100644 => 100755 rdmysql.conf mode change 100644 => 100755 start mode change 100644 => 100755 supervisord.conf mode change 100644 => 100755 tryphon.list diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 index e9620d7..bed4bb8 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN apt-get update ; \ echo "rivendell-server rivendell-server/debconfenable boolean false" | debconf-set-selections ; \ apt-get -y install rivendell rivendell-server rivendell-doc mysql-server jack-rack jamin jackd qjackctl COPY rdmysql.conf /etc/mysql/conf.d/rdmysql.cnf +COPY rd.icecast.conf /etc/rd.icecast.conf COPY rd.conf /etc/rd.conf COPY init.sh /home/rduser/init.sh diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/edcast-jack-3.1.7.tar.gz b/edcast-jack-3.1.7.tar.gz old mode 100644 new mode 100755 diff --git a/edcast.cfg b/edcast.cfg old mode 100644 new mode 100755 diff --git a/icecast b/icecast old mode 100644 new mode 100755 diff --git a/icecast.xml b/icecast.xml old mode 100644 new mode 100755 diff --git a/rd.conf b/rd.conf old mode 100644 new mode 100755 diff --git a/rd.icecast.conf b/rd.icecast.conf new file mode 100755 index 0000000..6e761b7 --- /dev/null +++ b/rd.icecast.conf @@ -0,0 +1,11 @@ +[Icecast1] +Username=source +Password=source +Hostname=127.0.0.1 +Tcpport=8000 +Mountpoint=/stream +FormatString=%a - %t +MasterLog=Yes +Aux1Log=No +Aux2Log=No + diff --git a/rdmysql.conf b/rdmysql.conf old mode 100644 new mode 100755 diff --git a/start b/start old mode 100644 new mode 100755 diff --git a/supervisord.conf b/supervisord.conf old mode 100644 new mode 100755 diff --git a/tryphon.list b/tryphon.list old mode 100644 new mode 100755