-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.toml
55 lines (41 loc) · 1.12 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
packaging_format = 2
id = "cockpit"
name = "Cockpit"
description.en = "Sysadmin login session in a web browser"
description.fr = "Session de connexion sysadmin dans un navigateur Web"
version = "239~ynh2"
maintainers = []
[upstream]
license = "LGPL-2.1-only"
website = "https://cockpit-project.org/"
admindoc = "https://cockpit-project.org/documentation.html"
code = "https://github.com/cockpit-project/cockpit"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
help.en = "/cockpit/ and /cockpit+ are reserved and should not be used."
help.fr = "/cockpit/ et /cockpit+ sont réservés et ne doivent pas être utilisés."
type = "path"
default = "/monitor"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 9090
[resources.apt]
packages = "cockpit"