From 02055422b872bfbce16c840497d1e900230a789b Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:03:58 -0600 Subject: [PATCH] uptimekuma: Create bastillefile --- uptime-kuma/Bastillefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uptime-kuma/Bastillefile 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