Commit graph

3 commits

Author SHA1 Message Date
8f8bb57fd1 add Makefile to guide configuration and perform installation
This change replaces icecast.xml with icecast.xml.template.  A
complete icecast.xml is no-longer provided.

Instead, to create icecast.xml run:

  make

You can generate icecast.xml and then install it:

  make install

This doesn't currently do any aspectss of making the system ready to
run icecast (e.g. performing `sudo apt install icecast2`, or similar).
2025-07-19 18:59:40 -05:00
437d3129e5 fix self-inflicted 1h time-out issue; prep config gen
The 1h timeout was caused by an express setting in the icecast mount.
Other changes will make search and replace easier, thus scripting to
create the icecast configuration from a script or settings file.
2025-05-06 18:47:33 -05:00
04fb833d77 initial working version of the icecast config 2025-05-04 21:08:44 -05:00