1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cockpit_ynh.git synced 2024-09-03 18:16:26 +02:00
cockpit_ynh/manifest.toml

50 lines
1 KiB
TOML
Raw Normal View History

2023-08-12 10:35:10 +02:00
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 = "188~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"
2023-08-12 10:41:47 +02:00
architectures = "all"
2023-08-12 10:35:10 +02:00
multi_instance = false
2023-08-12 10:41:47 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-08-12 10:35:10 +02:00
[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"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-08-12 10:41:47 +02:00
[resources.ports]
[resources.apt]
packages = "cockpit"