You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.8 KiB
65 lines
1.8 KiB
<icecast>
|
|
<hostname>SEE_ENTRYPOINT</hostname>
|
|
<location>SEE_ENTRYPOINT</location>
|
|
<admin>SEE_ENTRYPOINT</admin>
|
|
|
|
<!--
|
|
The mime-types config is moved to <paths> in 2.5.0. As of the time of this
|
|
writing 2.5.0 is only in beta. You'll likely need to move once it is
|
|
released for production use.
|
|
-->
|
|
<mime-types>/etc/mime.types</mime-types>
|
|
|
|
<limits>
|
|
<clients>SEE_ENTRYPOINT</clients>
|
|
<sources>SEE_ENTRYPOINT</sources>
|
|
<queue-size>SEE_ENTRYPOINT</queue-size>
|
|
<client-timeout>SEE_ENTRYPOINT</client-timeout>
|
|
<header-timeout>SEE_ENTRYPOINT</header-timeout>
|
|
<source-timeout>SEE_ENTRYPOINT</source-timeout>
|
|
<burst-on-connect>SEE_ENTRYPOINT</burst-on-connect>
|
|
<burst-size>SEE_ENTRYPOINT</burst-size>
|
|
</limits>
|
|
|
|
<authentication>
|
|
<source-password>SEE_ENTRYPOINT</source-password>
|
|
<relay-password>SEE_ENTRYPOINT</relay-password>
|
|
<admin-user>SEE_ENTRYPOINT</admin-user>
|
|
<admin-password>SEE_ENTRYPOINT</admin-password>
|
|
</authentication>
|
|
|
|
<listen-socket>
|
|
<port>8000</port>
|
|
</listen-socket>
|
|
|
|
<http-headers>
|
|
<header name="Access-Control-Allow-Origin" value="*" />
|
|
</http-headers>
|
|
|
|
<relays-on-demand>SEE_ENTRYPOINT</relays-on-demand>
|
|
|
|
<fileserve>SEE_ENTRYPOINT</fileserve>
|
|
|
|
<paths>
|
|
<logdir>/var/log/icecast</logdir>
|
|
<webroot>/usr/share/icecast/web</webroot>
|
|
<adminroot>/usr/share/icecast/admin</adminroot>
|
|
<alias source="/" destination="/player.html"/>
|
|
</paths>
|
|
|
|
<logging>
|
|
<!-- Changed to '-' so logging is sent to STDERR, before was access.log and error.log-->
|
|
<accesslog>-</accesslog>
|
|
<errorlog>-</errorlog>
|
|
<loglevel>SEE_ENTRYPOINT</loglevel>
|
|
<logsize>SEE_ENTRYPOINT</logsize>
|
|
<logarchive>SEE_ENTRYPOINT</logarchive>
|
|
</logging>
|
|
|
|
<security>
|
|
<chroot>0</chroot>
|
|
</security>
|
|
|
|
<!-- TODO: Document mounting stream_data.json -->
|
|
ICECAST_RELAYS
|
|
</icecast>
|
|
|