-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.yaml
96 lines (95 loc) · 2.32 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
id: mutiny-wallet
title: "Mutiny Wallet"
version: 1.7.13
release-notes: |
- Warnings about shutting down federations
- New LSP option
- Bug fixes
license: MIT
wrapper-repo: "https://github.com/MutinyWallet/mutiny-startos"
upstream-repo: "https://github.com/MutinyWallet/mutiny-web"
support-site: "https://discord.gg/x3njeHUjVd"
marketing-site: "https://mutinywallet.com/"
build: ["make"]
description:
short: Mutiny is a self-custodial lightning wallet that runs in the web.
long: |
Mutiny is a self-custodial lightning wallet that runs in the web. It is a not a traditional lightning node that is always online, but rather a wallet that runs in your browser of the device of you're accessing it from. Mutiny comes with full functionality for sending and receiving on-chain and lightning payments. It also supports many social features like Nostr integrations like Nostr Wallet Connect, Nostr Contacts, and a Zap Feed. WARNING: This is an beta software, don't put too much money in.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
main: "/var/lib/postgresql"
health-checks:
main:
name: Web UI
success-message: Mutiny is ready to visit in a web browser
type: docker
image: main
entrypoint: check-web.sh
args: []
io-format: json
inject: true
config: ~
properties: ~
volumes:
main:
type: data
interfaces:
main:
name: User Interface
description: The UI for Mutiny Wallet
tor-config:
port-mapping:
80: "80"
lan-config:
443:
ssl: true
internal: 80
ui: true
protocols:
- tcp
- http
dependencies: {}
backup:
create:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- create
- /mnt/backup
- /var/lib/postgresql
mounts:
BACKUP: "/mnt/backup"
main: "/var/lib/postgresql"
restore:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- restore
- /mnt/backup
- /var/lib/postgresql
mounts:
BACKUP: "/mnt/backup"
main: "/var/lib/postgresql"
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]