-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
96 lines (73 loc) · 1.95 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
91
92
93
94
95
96
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "drupal7"
name = "Drupal 7"
description.en = "Old version of a content management framework written in PHP"
description.fr = "Ancienne version d'un système de gestion de contenu écrit en PHP"
version = "7.13~ynh1"
maintainers = ["yalh76"]
[upstream]
license = "GPL-2.0-or-later"
website = "https://www.drupal.org"
userdoc = "https://www.drupal.org/docs/7"
code = "https://github.com/drupal/drupal"
cpe = "cpe:2.3:a:drupal:drupal"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/drupal7"
[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 = ["fr", "en"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[install.install_profil]
ask.en = "Choose the Drupal 7 install profile to use"
ask.fr = "Choisissez le profile d'installation de Drupal 7"
type = "select"
choices = ["minimal", "standard"]
default = "standard"
[resources]
[resources.sources]
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php8.2-fpm",
"php8.2-cli",
"php8.2-gd",
"php8.2-mysql",
"php8.2-xml",
"php8.2-ldap",
"php8.2-mbstring",
"php8.2-uploadprogress",
"php8.2-apcu",
"curl",
"libzip-dev",
"mariadb-server",
]
[resources.database]
type = "mysql"