-
Notifications
You must be signed in to change notification settings - Fork 22
/
manifest.toml
85 lines (69 loc) · 2.02 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "roundcube"
name = "Roundcube"
description.en = "Open Source Webmail software"
description.fr = "Webmail Open Source"
version = "1.6.9~ynh1"
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://roundcube.net/"
demo = "https://demo.yunohost.org/webmail/"
admindoc = "https://github.com/roundcube/roundcubemail/wiki"
code = "https://github.com/roundcube/roundcubemail"
[integration]
yunohost = ">= 11.2.29"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/webmail"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de_DE", "en_GB", "fr_FR", "it_IT"]
default = "en_GB"
[install.with_carddav]
ask.en = "Install CardDAV synchronization plugin?"
ask.fr = "Installer le plugin de synchronisation CardDAV ?"
type = "boolean"
default = false
[resources]
[resources.sources.main]
url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.9/roundcubemail-1.6.9.tar.gz"
sha256 = "5adaecacc7203ae844a4f452d6cc5eae94799f248825d5978ca48cb7a9d7a51c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "roundcubemail-\\d+\\.\\d+\\.\\d+\\.tar\\.gz$"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"php-pear",
"php8.3-ldap",
"php8.3-mysql",
"php8.3-cli",
"php8.3-intl",
"php8.3-zip",
"php8.3-gd",
"php8.3-mbstring",
"php8.3-dom",
"php8.3-curl",
]
[resources.database]
type = "mysql"