-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.yaml
107 lines (107 loc) · 2.33 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
id: labelbase
title: "Labelbase"
version: 2.2.3
release-notes: |
* Update to Labelbase 2.2.3 - See [full changelog](https://github.com/Labelbase/Labelbase/releases/tag/2.2.3)
license: MIT
wrapper-repo: "https://github.com/remcoros/labelbase-startos"
upstream-repo: "https://github.com/Labelbase/Labelbase"
support-site: "https://github.com/Labelbase/Labelbase/issues"
marketing-site: "https://labelbase.space/"
donation-url: "https://labelbase.space/"
build: ["make"]
description:
short: Labelbase is a label management service for Bitcoin transactions and addresses.
long: |
Labelbase provides features for adding labels, importing and exporting labels, and offers a public API for integration with wallets and existing workflows.
This ensures that you always have access to the most up-to-date information.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
main: /root/data
db: /var/lib/mysql
gpu-acceleration: false
hardware-requirements:
arch:
- x86_64
- aarch64
health-checks:
app-ui:
name: Labelbase User Interface
success-message: Ready to be visited in a web browser
type: script
config:
get:
type: script
set:
type: script
properties:
type: script
volumes:
main:
type: data
db:
type: data
compat:
type: assets
interfaces:
main:
name: Labelbase UI
description: Labelbase user interface
lan-config:
443:
ssl: true
internal: 8080
tor-config:
port-mapping:
80: "8080"
ui: true
protocols:
- tcp
- http
dependencies: {}
backup:
create:
type: docker
image: compat
system: true
entrypoint: /mnt/assets/backup.sh
args:
- create
- /root/data
- /var/lib/mysql
mounts:
BACKUP: /mnt/backup
compat: /mnt/assets
main: /root/data
db: /var/lib/mysql
restore:
type: docker
image: compat
system: true
entrypoint: /mnt/assets/backup.sh
args:
- restore
- /root/data
- /var/lib/mysql
mounts:
BACKUP: /mnt/backup
compat: /mnt/assets
main: /root/data
db: /var/lib/mysql
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]