-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
90 lines (73 loc) · 2.04 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
86
87
88
89
90
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "mantis"
name = "Mantis"
description.en = "Bug tracking system"
description.fr = "Système de suivi des bugs"
version = "2.25.7~ynh3"
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://mantisbt.org/"
demo = "https://mantisbt.org/bugs/my_view_page.php"
admindoc = "https://mantisbt.org/documentation.php"
code = "https://github.com/mantisbt/mantisbt/"
cpe = "cpe:2.3:a:jenkins:mantis"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "120M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/mantis"
[install.admin]
type = "user"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.default_access_level]
ask.en = "Choose the default access level for new users"
ask.fr = "Choisissez le niveau d'accès par défaut pour les nouveaux utilisateurs"
type = "select"
choices.VIEWER = "Viewer"
choices.REPORTER = "Reporter"
choices.UPDATER = "Updater"
choices.DEVELOPER = "Developer"
choices.MANAGER = "Manager"
default = "REPORTER"
[resources]
[resources.sources.main]
url = "https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.25.5/mantisbt-2.25.5.tar.gz"
sha256 = "472daec79e84733cbfe9d064243afb897e605ede135dcac33a85cd7229f584f5"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php8.0-mbstring",
"php8.0-fpm",
"php8.0-common",
"php8.0-gmp",
"php8.0-curl",
"php8.0-intl",
"php8.0-xmlrpc",
"php8.0-mysql",
"php8.0-gd",
"php8.0-xml",
"php8.0-cli",
"php8.0-zip",
"php8.0-ldap",
"php8.0-bcmath",
"mariadb-server",
]
[resources.database]
type = "mysql"