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

76 lines
1.6 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"
2024-02-15 19:36:17 +01:00
version = "1.2.35~ynh2"
2023-03-06 13:24:53 +01:00
maintainers = []
[upstream]
license = "MIT"
website = "https://kanboard.net"
demo = "https://demo.yunohost.org/kanboard/"
2023-10-24 11:00:39 +02:00
admindoc = "https://docs.kanboard.org/"
2023-03-06 13:24:53 +01:00
code = "https://github.com/kanboard/kanboard"
2023-10-24 11:00:39 +02:00
fund = "https://kanboard.org/#donations"
2023-03-06 13:24:53 +01:00
[integration]
2023-10-23 12:12:09 +02:00
yunohost = ">= 11.2"
2023-03-06 13:29:34 +01:00
architectures = "all"
2023-03-06 13:24:53 +01:00
multi_instance = true
2023-12-16 11:59:08 +01:00
2023-03-06 13:29:34 +01:00
ldap = false
2023-12-16 11:59:08 +01:00
2023-03-06 13:29:34 +01:00
sso = false
2023-12-16 11:59:08 +01:00
2023-03-06 13:29:34 +01:00
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"
2023-10-24 09:06:06 +02:00
default = "visitors"
2023-03-06 13:24:53 +01:00
[install.admin]
type = "user"
[resources]
2023-03-10 16:47:29 +01:00
[resources.sources]
[resources.sources.main]
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.35.tar.gz"
sha256 = "9b6118ba4e3b3dd17f5313a963be09b7f9c323ad0c78bde3d9a394c6afb30b7e"
autoupdate.strategy = "latest_github_release"
2023-03-10 16:47:29 +01:00
2023-03-06 13:24:53 +01:00
[resources.system_user]
2023-10-24 00:13:55 +02:00
allow_email = true
2023-03-06 13:24:53 +01:00
[resources.install_dir]
2023-10-24 09:38:45 +02:00
[resources.data_dir]
subdirs = ["cache", "files"]
2023-03-06 13:24:53 +01:00
[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-10-23 12:12:56 +02:00
packages = "mariadb-server, 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"