-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
58 lines (42 loc) · 1.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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "landingpage"
name = "YunoHost Landing Page"
description.en = "YunoHost landing page"
description.fr = "Page d'accueil de YunoHost"
version = "1.2~ynh1"
maintainers = ["salamandar"]
[upstream]
license = "AGPL-3.0"
website = "https://yunohost.org"
demo = "https://yunohost.org"
code = "https://github.com/yunohost/landingpage"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/landingpage"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"python3",
"python3-venv",
]