23 lines
518 B
YAML
23 lines
518 B
YAML
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 monitoring service for StartOS.
|
|
It provides watch-only wallet monitoring with planned
|
|
support for BIP-329 label import and export.
|
|
|
|
main:
|
|
type: docker
|
|
image: munin-bitcoin:latest
|
|
|
|
health-checks:
|
|
- name: Munin service
|
|
type: script
|
|
script: |
|
|
echo "Munin-bitcoin is running" |