1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/incus_ynh.git synced 2024-09-03 19:26:15 +02:00
incus_ynh/manifest.toml
2024-07-21 09:23:51 +02:00

47 lines
1.1 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "incus"
name = "Incus"
description.en = "Powerful system container and virtual machine manager"
description.fr = "Gestionnaire puissant de conteneurs système et de machines virtuelles"
version = "0.5.1~ynh2"
maintainers = ["Salamandar"]
[upstream]
license = "Apache-2.0"
website = "https://linuxcontainers.org/incus/"
admindoc = "https://linuxcontainers.org/incus/docs/main/"
code = "https://github.com/lxc/incus"
# cpe = ""
[integration]
yunohost = '>= 11.2'
architectures = ["amd64"]
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[resources]
# Do NOT handle system_user, deb package will
# [resources.system_user]
# [resources.install_dir]
# Do NOT handle /var/lib, deb package will
# [resources.data_dir]
# dir = "/var/lib/incus"
[resources.apt.extras.incus]
repo = "https://pkgs.zabbly.com/incus/stable __YNH_DEBIAN_VERSION__ main"
key = "https://pkgs.zabbly.com/key.asc"
packages = ["incus"]