mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
uptimekuma: Create bastillefile
This commit is contained in:
10
uptime-kuma/Bastillefile
Normal file
10
uptime-kuma/Bastillefile
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user