Compare commits

...

6 Commits

Author SHA1 Message Date
tschettervictor
5ed4bf9416 Update Bastillefile 2025-04-23 18:09:39 -06:00
tschettervictor
68bfd54f84 Update Bastillefile 2025-04-23 17:58:27 -06:00
tschettervictor
0e3e55d922 Update Bastillefile 2025-04-23 17:52:59 -06:00
tschettervictor
9c27109407 Update Bastillefile 2025-04-23 17:04:53 -06:00
tschettervictor
02055422b8 uptimekuma: Create bastillefile 2025-04-23 17:03:58 -06:00
tschettervictor
da9a0e80ec icecast: Update Bastillefile 2025-04-23 16:59:47 -06:00
2 changed files with 13 additions and 3 deletions

View File

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

10
uptime-kuma/Bastillefile Normal file
View File

@@ -0,0 +1,10 @@
# Uptime-Kuma Bastillefile
ARG APP_NAME=uptime-kuma
ARG DATA_PATH=/apps/uptime-kuma
MOUNT ${DATA_PATH}/data /mnt/data nullfs rw 0 0
CP ${APP_NAME}-install.sh /tmp
CMD chmod +x /tmp/${APP_NAME}-install.sh
CMD /tmp/${APP_NAME}-install.sh