icecast: add Bastillefile

This commit is contained in:
tschettervictor
2025-01-10 10:27:44 -07:00
committed by GitHub
parent b4560d43a5
commit b05141c17f

10
icecast/Bastillefile Normal file
View File

@@ -0,0 +1,10 @@
# Icecast Bastillefile
ARG APP_NAME=icecast
ARG MOUNT_POINT=/apps/icecast
MOUNT ${MOUNT_POINT} /usr/local/etc/icecast nullfs rw 0 0
CMD fetch -o /tmp/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/icecast/${APP_NAME}-install.sh
CMD chmod +x /tmp/${APP_NAME}-install.sh
CMD /tmp/${APP_NAME}-install.sh