forked from YunoHost-Apps/z-push_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
64 lines (48 loc) · 1.35 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
packaging_format = 2
id = "z-push"
name = "Z-Push"
description.en = "ActiveSync frontend that helps you synchronize emails, calendar and contacts"
description.fr = "Frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts"
version = "2.7.4~ynh1"
maintainers = ["yalh76"]
[upstream]
license = "AGPL-3.0-or-later"
website = "http://z-push.org"
admindoc = "https://wiki.z-hub.io/display/ZP/Documentation"
code = "https://github.com/Z-Hub/Z-Push"
[integration]
yunohost = ">= 11.2.20"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[resources]
[resources.sources.main]
url = "https://github.com/Z-Hub/Z-Push/archive/refs/tags/2.7.4.tar.gz"
sha256 = "cba777846dae95993b0d90007a606d4a5f39d605ac4ab2cd0a432171eb355d48"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
main.allowed = "visitors"
[resources.apt]
packages = [
"php8.3-soap",
"php8.3-imap",
"php8.3-xsl",
"php8.3-curl",
"php8.3-xml",
"php8.3-ldap",
"php8.3-cli",
"php8.3-mbstring",
"php8.3-memcached",
"libawl-php",
]