From 9457306a881cfe476ee0abbdba4f6f1eaa80db9d Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 5 Jul 2025 12:21:29 +0300 Subject: initial commit on a working icecast2 setup --- templates/icecast2/icecast.xml.j2 | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 templates/icecast2/icecast.xml.j2 (limited to 'templates/icecast2/icecast.xml.j2') diff --git a/templates/icecast2/icecast.xml.j2 b/templates/icecast2/icecast.xml.j2 new file mode 100644 index 0000000..4c665b7 --- /dev/null +++ b/templates/icecast2/icecast.xml.j2 @@ -0,0 +1,65 @@ + + Earth + {{ email }} + + + 1000 + 2 + 524288 + 30 + 15 + 10 + 1 + 65535 + + + + + disabled + admin + password + + + localhost + + + 8000 + 127.0.0.1 + + + +
+ + + + /stream + 1000 + 1 + 1 + + + 1 + + + /usr/share/icecast2 + /var/log/icecast2 + /usr/share/icecast2/web + /usr/share/icecast2/admin + + + + + access.log + error.log + 2 + 10000 + + + + 1 + + icecast2 + icecast + + + -- cgit v1.2.3