denpa-radio/config/icecast.xml.tmpl
devilreef 4899bf5c00
fix: correct paths and healthcheck for libretime/icecast image
- fix config paths from icecast2 to icecast (correct for this image)
- fix mount target to /etc/icecast.xml (not /etc/icecast2/icecast.xml)
- replace wget healthcheck with bash /dev/tcp (wget absent in container)
2026-04-29 23:49:22 +06:00

50 lines
1.3 KiB
Cheetah

<icecast>
<location>denpa.femboy.page</location>
<admin>admin@denpa.femboy.page</admin>
<limits>
<clients>100</clients>
<sources>16</sources>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>${SOURCE_PW}</source-password>
<relay-password>${RELAY_PW}</relay-password>
<admin-user>admin</admin-user>
<admin-password>${ADMIN_PW}</admin-password>
</authentication>
<hostname>denpa.femboy.page</hostname>
<listen-socket>
<port>8000</port>
<bind-address>0.0.0.0</bind-address>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>-</accesslog>
<errorlog>-</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>