From e6ad0b4d62e10b38c6419d478f9cd720825bb57b Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 16:18:13 +0000 Subject: [PATCH] Update manifest/manifest.yaml Update StartOS manifest configuration --- manifest/manifest.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 336905f..febb9bb 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -8,15 +8,16 @@ license: MIT description: short: Bitcoin watch-only wallet and label manager long: | - Munin-bitcoin is a Bitcoin watch-only wallet service - for StartOS with support for transaction monitoring - and BIP-329 label import and export. + Munin-bitcoin is a Bitcoin monitoring service for StartOS. + It provides watch-only wallet monitoring with planned + support for BIP-329 label import and export. -root: / +main: + type: docker + image: munin-bitcoin:latest -assets: - license: LICENSE - -containers: - main: - image: munin-bitcoin:latest \ No newline at end of file +health-checks: + - name: Munin service + type: script + script: | + echo "Munin-bitcoin is running" \ No newline at end of file