mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
# 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 |