diff --git a/uptime-kuma/Bastillefile b/uptime-kuma/Bastillefile new file mode 100644 index 0000000..9b684de --- /dev/null +++ b/uptime-kuma/Bastillefile @@ -0,0 +1,10 @@ +# Uptime-Kuma Bastillefile for bsd-apps + +ARG APP_NAME=uptime-kuma +ARG DATA_PATH=/apps/uptime-kuma + +MOUNT ${DATA_PATH}/data /mnt/data nullfs rw 0 0 + +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 \ No newline at end of file