mirror of
https://github.com/YunoHost-Apps/cockpit_ynh.git
synced 2024-09-03 18:16:26 +02:00
50 lines
No EOL
1 KiB
TOML
50 lines
No EOL
1 KiB
TOML
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"
|
|
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"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "cockpit"
|
|
|