mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 17:39:55 +01:00
Compare commits
6 Commits
484d4d1030
...
5ed4bf9416
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ed4bf9416 | ||
|
|
68bfd54f84 | ||
|
|
0e3e55d922 | ||
|
|
9c27109407 | ||
|
|
02055422b8 | ||
|
|
da9a0e80ec |
@@ -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
10
uptime-kuma/Bastillefile
Normal 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
|
||||
Reference in New Issue
Block a user