From 345035c0badf90066d2b1436dbd40200d5a49efd Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 16:12:27 +0000 Subject: [PATCH] Add manifest/manifest.yaml Add initial StartOS manifest --- manifest/manifest.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifest/manifest.yaml diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml new file mode 100644 index 0000000..336905f --- /dev/null +++ b/manifest/manifest.yaml @@ -0,0 +1,22 @@ +id: munin-bitcoin +title: Munin Bitcoin +version: 0.1.0 +release-notes: Initial development release + +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. + +root: / + +assets: + license: LICENSE + +containers: + main: + image: munin-bitcoin:latest \ No newline at end of file