-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
62 lines (43 loc) · 1.43 KB
/
manifest.toml
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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "wormhole"
name = "Magic-Wormhole"
description.en = "Transit Relay and rendez-vous server for Magic-Wormhole"
description.fr = "Transit relais et serveur rendez-vous pour Magic-Wormhole"
version = "0.4.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
code = "https://github.com/magic-wormhole/magic-wormhole-transit-relay"
[integration]
yunohost = ">= 12.0.8"
helpers_version = "2.1"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "160M"
ram.build = "100M"
ram.runtime = "150M"
[install]
#[install.domain]
#type = "domain"
#[install.init_main_permission]
#type = "group"
#default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/magic-wormhole/magic-wormhole-transit-relay/archive/refs/tags/0.4.0.tar.gz"
sha256 = "93ddeac8bd4e0c8d68216bd7007468ed669b6a14018306987e30670b1da0a291"
# autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
[resources.ports]
main.default = 4000
main.exposed = "TCP"
relay.default = 4001
relay.exposed = "TCP"
[resources.apt]
packages = "python3-dev, python3-venv, python3-pip, python3-setuptools, python3-twisted, libffi-dev, build-essential"