generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yaml
88 lines (87 loc) · 1.91 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
id: primal
title: "Primal"
version: 0.93.14
release-notes: "Initial release of Primal for StartOS"
license: MIT
wrapper-repo: "https://github.com/k0gen/primal-startos"
upstream-repo: "https://github.com/PrimalHQ/primal-web-app"
support-site: "https://github.com/PrimalHQ/primal-web-app/issues"
marketing-site: "https://primal.net/"
build: ["make"]
description:
short: Primal, a very fast nostr client that relies on server-side caching
long: |
Primal is a fast, efficient, and user-friendly Nostr client that leverages server-side caching to deliver a smooth and responsive user experience. Its clean interface and insightful features make it a valuable tool for any Nostr user.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
main: /root
health-checks:
web-ui:
name: Web UI
success-message: Primal is ready
type: script
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: "3000"
lan-config:
443:
ssl: true
internal: 3000
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"]