forked from Josue-T/riot_ynh
-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.toml
69 lines (53 loc) · 1.67 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
63
64
65
66
67
68
69
packaging_format = 2
id = "element"
name = "Element"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
version = "1.11.86~ynh1"
maintainers = ["Josué Tille"]
[upstream]
license = "Apache-2.0"
website = "https://element.io"
demo = "https://app.element.io/"
admindoc = "https://element.io/help"
code = "https://github.com/element-hq/element-web"
cpe = "cpe:2.3:a:matrix:element"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "70M"
ram.build = "0M"
ram.runtime = "0M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/element"
[install.default_home_server]
ask.en = "Choose a default Matrix server"
ask.fr = "Choisissez un serveur Matrix par défault"
type = "string"
example = "my-own-homeserver.tld"
default = "matrix.org"
[install.init_main_permission]
help.en = "'visitors' permission means that anyone can access the Element application."
help.fr = "Autoriser les 'Visiteurs' signifie que n'importe qui peut accéder l'application Element."
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/element-hq/element-web/releases/download/v1.11.86/element-v1.11.86.tar.gz"
sha256 = "a0ef528474e283bbd81b4e2281f5e47f59df8c3fb9be20a81b1bce639cf9f731"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^element-v.*.tar.gz$"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"