adding icecast

This commit is contained in:
2025-11-24 13:07:51 +00:00
parent b5f72a9ada
commit 4de50b4b3f
5 changed files with 52 additions and 12 deletions

8
icecast/entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Substitute environment variables into template
envsubst < /etc/icecast2/icecast.xml.template > /etc/icecast2/icecast.xml
# Run icecast with the generated config
exec icecast -c /etc/icecast2/icecast.xml