generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
121 lines (121 loc) · 3 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
id: itchysats
title: "ItchySats"
version: 0.7.0
release-notes: |
* With 0.7.0 we replaced basic authentication with cookie-based authentication. Deterministic password is the same as before (see ItchySats service Properties).
* Changelog for [0.7.0](https://github.com/itchysats/itchysats/releases/tag/0.7.0)
license: mit
# TODO: This repo does not exist yet, but I think it's correct to assume that it will?
wrapper-repo: "https://github.com/Start9Labs/itchysats-wrapper"
upstream-repo: "https://github.com/itchysats/itchysats"
support-site: "https://github.com/itchysats/itchysats/issues"
marketing-site: "https://itchysats.network"
build: ["make"]
description:
short: Peer-2-peer derivatives on Bitcoin
long: |
ItchySats is a non-custodial trading solution based on DLCs (discreet log contracts).
You can trade CFDs (contracts for difference) using an on-chain protocol. No counterparty risk. Just you and your keys.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
docker-images: image.tar
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
main: /root
data: /data
health-checks:
web-ui:
name: Web Interface
success-message: The ItchySats UI is ready to visit in a web browser
type: docker
image: main
system: false
entrypoint: health-check.sh
args: [ "web" ]
mounts: { }
io-format: json
inject: true
api:
name: API
success-message: The ItchySats API is reachable and responsive.
type: docker
image: main
system: false
entrypoint: health-check.sh
args: [ "api" ]
mounts: { }
io-format: json
inject: true
config:
get:
type: script
set:
type: script
properties:
type: script
volumes:
main:
type: data
data:
type: data
compat:
type: assets
interfaces:
main:
name: ItchySats Interface
description: Specifies the ItchySats interface to listen on for HTTP connections.
tor-config:
port-mapping:
80: "8000"
lan-config:
443:
ssl: true
internal: 8000
ui: true
protocols:
- tcp
- http
alerts:
start: "ItchySats requires a fully synced Electrum to start up properly. The app has an internal bdk (Bitcoin Dev Kit) wallet that is funded upon using ItchySats"
dependencies:
electrs:
version: ">=0.9.6 <0.10.0"
requirement:
type: required
description: Used to monitor transactions and publish transactions on chain
backup:
create:
type: docker
image: compat
system: true
entrypoint: /mnt/assets/backup-create.sh
mounts:
BACKUP: /mnt/backup
main: /root/start9
data: /data
compat: /mnt/assets
restore:
type: docker
image: compat
system: true
entrypoint: /mnt/assets/backup-restore.sh
mounts:
BACKUP: /mnt/backup
main: /root/start9
data: /data
compat: /mnt/assets
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]