-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.yaml
116 lines (116 loc) · 2.57 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
108
109
110
111
112
113
114
115
116
id: helipad
title: "Helipad"
version: 0.2.1
release-notes: |
* Add podcast filter
* Add njump links for Nostr references and setting to resolve npubs to names
* Add custom reports to settings page
* Show hosted wallet info
* Add icon for wherever.audio
* Format timestamp hover according to current locale
* Add ability to trigger webhooks on certain amounts
* Add a pew queue to make sure overlapping pews do not get skipped
* Fix reply boosts to handle empty wallet key/values and Fountain wallet ids
* Fix sound upload caching issues
license: MIT
wrapper-repo: "https://github.com/Podcastindex-org/helipad-startos"
upstream-repo: "https://github.com/Podcastindex-org/helipad"
support-site: "https://podcastindex.social"
marketing-site: "https://podcastindex.org"
build: ["make"]
description:
short: View boosts & boostagrams from Podcasting 2.0 apps
long: |
Helipad shows boosts and boostagram messages coming in to your
Lightning node from your listeners who are using Podcasting 2.0 apps.
assets:
license: LICENSE
icon: helipad.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: docker_entrypoint.sh
args: []
mounts:
main: /data
lnd: /mnt/lnd
health-checks:
web-ui:
name: Web Interface
success-message: Helipad is ready to visit in a web browser
type: script
config:
get:
type: script
set:
type: script
properties:
type: script
volumes:
main:
type: data
lnd:
type: pointer
package-id: lnd
volume-id: main
path: "/public"
readonly: true
interfaces:
main:
name: Helipad Web Interface
description: Specifies the interface to listen on for HTTP connections.
tor-config:
port-mapping:
80: "2112"
lan-config:
443:
ssl: true
internal: 2112
ui: true
protocols:
- tcp
- http
dependencies:
lnd:
version: ">=0.13.4"
description: Used to communicate with your Lightning wallet.
requirement:
type: required
config: ~
backup:
create:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- create
- /mnt/backup
- /data/data
mounts:
BACKUP: "/mnt/backup"
main: "/data/data"
restore:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- restore
- /mnt/backup
- /data/data
mounts:
BACKUP: "/mnt/backup"
main: "/data/data"
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]