-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
95 lines (95 loc) · 1.99 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
id: onlysats
title: Only Sats
version: "0.1"
release-notes: "Testing Deployment"
license: mit
wrapper-repo: "https://github.com/conradcreel/onlysats"
upstream-repo: "https://github.com/conradcreel/onlysats"
support-site: "https://github.com/conradcreel/onlysats"
marketing-site: "https://github.com/conradcreel/onlysats"
donation-url: "https://github.com/conradcreel/onlysats"
build: ["make"]
description:
short: OnlyFans on Bitcoin
long: |
This is where I'd provide a longer description
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: /datadir
io-format: yaml
health-checks:
web-ui:
name: Web UI
success-message: OnlySats is ready to visit in a web browser
type: docker
image: main
entrypoint: health_check.sh
args: ["web"]
io-format: json
inject: true
volumes:
main:
type: data
compat:
type: assets
utils:
type: assets
alerts:
install: |
This would contain the install instructions for OnlySats
uninstall: |
This would contain the uninstall instructions for OnlySats
restore: "Some restore notes for OnlySats"
interfaces:
main:
name: Web Interface
description: User interface for interacting with OnlySats in a browser.
tor-config:
port-mapping:
80: "23001"
lan-config:
443:
ssl: true
internal: 23001
ui: true
protocols:
- tcp
- http
backup:
create:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- create
- /mnt/backup
- /datadir
mounts:
BACKUP: /mnt/backup
main: /datadir
io-format: yaml
restore:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- restore
- /mnt/backup
- /datadir
mounts:
BACKUP: /mnt/backup
main: /datadir
io-format: yaml