1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00
taskboard_ynh/manifest.toml

61 lines
1.3 KiB
TOML
Raw Normal View History

2023-04-01 19:16:56 +02:00
packaging_format = 2
id = "taskboard"
name = "TaskBoard"
description.en = "Kanban for keeping track of things that need to get done"
description.fr = "Kanban pour garder une trace des choses à faire"
2023-04-01 20:58:35 +02:00
version = "1.0.2~ynh3"
2023-04-01 19:16:56 +02:00
2024-02-14 10:52:03 +01:00
maintainers = []
2023-04-01 19:16:56 +02:00
[upstream]
license = "MIT"
website = "http://taskboard.matthewross.me/"
demo = "https://taskboard.matthewross.me/demo"
code = "https://github.com/kiswa/TaskBoard"
[integration]
2023-10-07 20:49:47 +02:00
yunohost = ">= 11.2"
2023-04-01 19:23:49 +02:00
architectures = "all"
2023-04-01 19:16:56 +02:00
multi_instance = true
2023-04-01 19:23:49 +02:00
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-01 19:16:56 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/taskboard"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/kiswa/TaskBoard/releases/download/v1.0.2/TaskBoard_v1.0.2.zip"
sha256 = "7138c929b0e3b08f0a26d61b526e849ee894a02e9225802a6976997f380fe9ad"
in_subdir = false
2023-04-01 19:23:49 +02:00
autoupdate.strategy = "latest_github_tag"
2023-04-01 19:16:56 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-01 19:23:49 +02:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
[resources.apt]
2023-10-07 20:49:47 +02:00
packages = "php8.2-sqlite3"