Update manifest/manifest.yaml
Update StartOS manifest configuration
This commit is contained in:
+10
-9
@@ -8,15 +8,16 @@ license: MIT
|
|||||||
description:
|
description:
|
||||||
short: Bitcoin watch-only wallet and label manager
|
short: Bitcoin watch-only wallet and label manager
|
||||||
long: |
|
long: |
|
||||||
Munin-bitcoin is a Bitcoin watch-only wallet service
|
Munin-bitcoin is a Bitcoin monitoring service for StartOS.
|
||||||
for StartOS with support for transaction monitoring
|
It provides watch-only wallet monitoring with planned
|
||||||
and BIP-329 label import and export.
|
support for BIP-329 label import and export.
|
||||||
|
|
||||||
root: /
|
|
||||||
|
|
||||||
assets:
|
|
||||||
license: LICENSE
|
|
||||||
|
|
||||||
containers:
|
|
||||||
main:
|
main:
|
||||||
|
type: docker
|
||||||
image: munin-bitcoin:latest
|
image: munin-bitcoin:latest
|
||||||
|
|
||||||
|
health-checks:
|
||||||
|
- name: Munin service
|
||||||
|
type: script
|
||||||
|
script: |
|
||||||
|
echo "Munin-bitcoin is running"
|
||||||
Reference in New Issue
Block a user