Files
web_server/icecast2/icecast.xml.template
2025-11-24 16:28:52 +00:00

38 lines
1.0 KiB
Plaintext

<icecast>
<authentication>
<source-password>${ICECAST_SOURCE_PASSWORD}</source-password>
<relay-password>${ICECAST_RELAY_PASSWORD}</relay-password>
<admin-user>${ICECAST_ADMIN_USER}</admin-user>
<admin-password>${ICECAST_ADMIN_PASSWORD}</admin-password>
</authentication>
<hostname>${ICECAST_HOST}</hostname>
<location>London, UK</location> <!-- e.g., "London, UK" -->
<admin>adam.a.french@outlook.com</admin>
<listen-socket>
<port>${ICECAST_PORT}</port>
</listen-socket>
<mount>
<mount-name>${ICECAST_MOUNT}</mount-name>
</mount>
<limits>
<clients>100</clients>
<sources>2</sources>
</limits>
<paths>
<basedir>/usr/share/icecast2</basedir>
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<security>
<chroot>0</chroot>
</security>
</icecast>