From a2028038895b10e3420163e0c2238fe9ddafff33 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:42:40 +0000 Subject: [PATCH] Update app.sh --- app.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app.sh b/app.sh index 6158e99..da59c4e 100644 --- a/app.sh +++ b/app.sh @@ -2,6 +2,21 @@ echo "Munin-bitcoin starting..." +mkdir -p /tmp/munin-web + +cat > /tmp/munin-web/index.html < + +

Munin-bitcoin

+

Service is running.

+ + +EOF + +echo "Starting web interface..." + +busybox httpd -f -p 80 -h /tmp/munin-web & + while true do echo "Munin-bitcoin is running"