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

68 lines
1.5 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"
2023-07-16 22:57:36 +02:00
version = "1.2.32~ynh2"
2023-03-06 13:24:53 +01:00
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-07-04 08:08:22 +02:00
yunohost = ">= 11.1.21"
2023-03-06 13:29:34 +01:00
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"
2023-03-06 18:26:48 +01:00
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]
2023-03-10 16:47:29 +01:00
[resources.sources]
[resources.sources.main]
2023-07-12 20:16:18 +02:00
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.32.tar.gz"
2023-07-16 22:57:26 +02:00
sha256 = "c78b20553f0167865d0e683277b0ebf8492fc4d235c8801619ea05345aae3f96"
2023-07-04 08:08:22 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-10 16:47:29 +01:00
2023-03-06 13:24:53 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-06 17:51:13 +01:00
ics.url = "/?controller=ICalendarController"
ics.show_tile = false
ics.allowed = "visitors"
2023-03-06 13:29:34 +01:00
[resources.apt]
2023-05-28 16:03:42 +02:00
packages = "mariadb-server php8.2-fpm php8.2-opcache php8.2-curl php8.2-gd php8.2-zip php8.2-xml php8.2-mbstring php8.2-mysql php8.2-ldap"
2023-03-06 13:29:34 +01:00
2023-03-06 13:24:53 +01:00
[resources.database]
type = "mysql"