This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yaml
83 lines (83 loc) · 1.63 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
id: labelbase
title: "Labelbase"
version: 1.0.0.1
release-notes: "Revamped for EmbassyOS 0.3.5"
license: MIT
wrapper-repo: "https://github.com/Start9Labs/hello-world-wrapper"
upstream-repo: "https://github.com/storopoli/labelbase-startos"
support-site: "https://labelbase.space/knowledge-base/"
marketing-site: "https://labelbase.space/"
build: ["make"]
description:
short: Labelbase service
long: |
Labelbase is a label management service for Bitcoin transactions and addresses.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: "/app/run.sh"
args: []
mounts:
main: /root
health-checks: {}
config: ~
properties: ~
volumes:
main:
type: data
interfaces:
main:
name: User Interface
description: A simple user interface that is expected to display the text "Hello Word"
tor-config:
port-mapping:
80: "8000"
lan-config:
443:
ssl: true
internal: 8000
ui: true
protocols:
- tcp
- http
dependencies: {}
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
- /mnt/backup
- /root/data
mounts:
BACKUP: "/mnt/backup"
main: "/root/data"
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]