1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/manifest.toml

57 lines
1.1 KiB
TOML
Raw Normal View History

2023-03-06 13:24:53 +01:00
packaging_format = 2
id = "kanboard"
name = "Kanboard"
description.en = "Kanban project management software"
description.fr = "Logiciel de gestion de projet Kanban"
version = "1.2.27~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://kanboard.net"
demo = "https://demo.yunohost.org/kanboard/"
admindoc = "https://docs.kanboard.org/en/latest/"
code = "https://github.com/kanboard/kanboard"
[integration]
2023-03-06 13:29:34 +01:00
yunohost = ">= 11.1.13"
architectures = "all"
2023-03-06 13:24:53 +01:00
multi_instance = true
2023-03-06 13:29:34 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-06 13:24:53 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/kanboard"
[install.init_main_permission]
type = "group"
default = false
[install.admin]
type = "user"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-06 13:29:34 +01:00
[resources.apt]
packages = "mariadb-server php8.0-fpm php8.0-opcache php8.0-curl php8.0-gd php8.0-zip php8.0-xml php8.0-mbstring php8.0-mysql php8.0-ldap"
2023-03-06 13:24:53 +01:00
[resources.database]
type = "mysql"