-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.yaml
More file actions
214 lines (214 loc) · 4.8 KB
/
manifest.yaml
File metadata and controls
214 lines (214 loc) · 4.8 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
id: specter-desktop
title: Specter Desktop
version: 1.9.4.1
release-notes: Initial version for EmbassyOS v0.3.0.3
license: mit
wrapper-repo: https://github.com/cryptodread/specter-desktop-wrapper
upstream-repo: https://github.com/cryptoadvance/specter-desktop
support-site: https://github.com/cryptoadvance/specter-desktop/issues
marketing-site: https://specter.solutions
build: ["make"]
description:
short: A desktop GUI for Bitcoin Core optimised to work with hardware wallets
long: A desktop GUI for Bitcoin Core optimised to work with hardware wallets. This software might be ready to be used but at your own risk.
assets:
license: LICENSE
icon: icon.png
instructions: docs/instructions.md
docker-images: image.tar
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
compat: /mnt/assets
main: /root
bitcoind: /mnt/bitcoind
io-format: yaml
health-checks:
main:
name: Web Interface
success-message: The Specter Desktop UI is ready to visit in a web browser
type: docker
image: main
entrypoint: check-web.sh
args: []
io-format: json
inject: true
config:
get:
type: docker
image: compat
system: true
entrypoint: compat
args:
- config
- get
- /root
- /mnt/assets/config_spec.yaml
mounts:
main: /root
compat: /mnt/assets
io-format: yaml
set:
type: docker
image: compat
system: true
entrypoint: compat
args:
- config
- set
- specter-desktop
- /root
- /mnt/assets/config_rules.yaml
# - /mnt/assets/dependencies.yaml
mounts:
main: /root
compat: /mnt/assets
io-format: yaml
#properties:
# type: docker
# image: compat
# system: true
# entrypoint: compat
# args:
# - properties
# - /root
# mounts:
# main: /root
# io-format: yaml
volumes:
main:
type: data
compat:
type: assets
utils:
type: assets
bitcoind:
type: pointer
package-id: bitcoind
volume-id: main
path: /public
readonly: false
interfaces:
main:
name: Specter Desktop Web Interface
description: Specifies the Specter Desktop interface to listen on for HTTP connections.
tor-config:
port-mapping:
80: "25441"
lan-config:
443:
ssl: true
internal: 25441
ui: true
protocols:
- tcp
- http
dependencies:
btc-rpc-proxy:
version: ">=0.3.2.1 <0.4.0"
requirement:
type: "opt-out"
how: Can alternatively configure proxy or bitcoin core node.
description: Used for RPC permissioning.
config:
check:
type: docker
image: compat
system: true
entrypoint: compat
args:
- dependency
- check
- specter-desktop
- "btc-rpc-proxy"
- /root
- "/mnt/assets/btc-rpc-proxy_config_rules.yaml"
mounts:
main: /root
compat: /mnt/assets
io-format: yaml
auto-configure:
type: docker
image: compat
system: true
entrypoint: compat
args:
- dependency
- "auto-configure"
- specter-desktop
- "btc-rpc-proxy"
- /root
- "/mnt/assets/btc-rpc-proxy_config_rules.yaml"
mounts:
main: /root
compat: /mnt/assets
io-format: yaml
bitcoind:
version: ">=0.22.0.0 <=23.0.0"
requirement:
type: "required"
how: Can alternatively configure proxy or bitcoin core node.
description: Used to subscribe to new block events from a full archival node.
config:
check:
type: docker
image: compat
system: true
entrypoint: compat
args:
- dependency
- check
- "specter-desktop"
- bitcoind
- /root
- "/mnt/assets/bitcoind_config_rules.yaml"
mounts:
compat: /mnt/assets
main: /root
io-format: yaml
auto-configure:
type: docker
image: compat
system: true
entrypoint: compat
args:
- dependency
- "auto-configure"
- "specter-desktop"
- bitcoind
- /root
- "/mnt/assets/bitcoind_config_rules.yaml"
mounts:
compat: /mnt/assets
main: /root
io-format: yaml
backup:
create:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- create
- /mnt/backup
- /root/data
mounts:
BACKUP: "/mnt/backup"
main: "/root/data"
restore:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- restore
- /root/data
- /mnt/backup
mounts:
BACKUP: "/mnt/backup"
main: "/root/data"