-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
55 lines (42 loc) · 1.48 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "zerotier"
name = "ZeroTier"
description.en = "A peer-to-peer VPN system"
description.fr = "Un VPN pair-à-pair"
version = "1.14.2~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "BUSL-1.1"
website = "https://www.zerotier.com/"
admindoc = "https://docs.zerotier.com/"
code = "https://github.com/zerotier/ZeroTierOne"
cpe = "cpe:2.3:a:zerotier:zerotierone"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "100M"
ram.runtime = "100M"
[install]
[resources]
[resources.sources.main]
# Unused source, only to trigger the autoupdater
prefetch = false
url = "https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.2.tar.gz"
sha256 = "c2f64339fccf5148a7af089b896678d655fbfccac52ddce7714314a59d7bddbb"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
dir = "/var/lib/zerotier-one"
[resources.permissions]
[resources.ports]
main.default = 8095
[resources.apt.extras.zerotier]
repo = "deb https://download.zerotier.com/debian/__YNH_DEBIAN_VERSION__ __YNH_DEBIAN_VERSION__ main"
key = "https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg"
packages = ["zerotier-one=__YNH_APP_UPSTREAM_VERSION__"]