2023-03-03 09:19:21 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "focalboard"
|
|
|
|
name = "Focalboard"
|
|
|
|
description.en = "Kanban project management software"
|
|
|
|
description.fr = "Logiciel de gestion de projet Kanban"
|
|
|
|
|
2024-02-17 19:13:44 +01:00
|
|
|
version = "7.11.4~ynh1"
|
2023-03-03 09:19:21 +01:00
|
|
|
|
2024-02-14 10:36:01 +01:00
|
|
|
maintainers = []
|
2023-03-03 09:19:21 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://www.focalboard.com/"
|
|
|
|
admindoc = "https://www.focalboard.com/guide/admin/"
|
|
|
|
userdoc = "https://www.focalboard.com/guide/user/"
|
|
|
|
code = "https://github.com/mattermost/focalboard"
|
|
|
|
|
|
|
|
[integration]
|
2023-08-25 12:11:31 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-03-03 09:29:21 +01:00
|
|
|
architectures = ["amd64"]
|
2023-03-03 09:19:21 +01:00
|
|
|
multi_instance = false
|
2023-12-09 21:20:14 +01:00
|
|
|
|
2023-03-03 09:29:21 +01:00
|
|
|
ldap = false
|
2023-12-09 21:20:14 +01:00
|
|
|
|
2023-03-03 09:29:21 +01:00
|
|
|
sso = false
|
2023-12-09 21:20:14 +01:00
|
|
|
|
2023-03-03 16:17:54 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "150M"
|
|
|
|
ram.runtime = "50M"
|
2023-03-03 09:19:21 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-03-11 18:29:32 +01:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
2024-02-17 19:13:44 +01:00
|
|
|
url = "https://github.com/mattermost/focalboard/releases/download/v7.11.4/mattermost-plugin-focalboard.tar.gz"
|
|
|
|
sha256 = "df49d9302a20c78fbd1b8d014a0a9dbf981e5d1ef57a946a43bb263d95f0f014"
|
2024-02-15 18:36:48 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-02-17 12:22:25 +01:00
|
|
|
autoupdate.asset = "^mattermost-plugin-focalboard.tar.gz$"
|
2023-03-11 18:29:32 +01:00
|
|
|
|
2023-03-03 09:29:21 +01:00
|
|
|
[resources.ports]
|
|
|
|
|
2023-03-03 09:19:21 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
2023-03-03 09:29:21 +01:00
|
|
|
[resources.data_dir]
|
|
|
|
|
2023-03-03 09:19:21 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-03-03 09:29:21 +01:00
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
|
|
|
api.allowed = "visitors"
|
2023-03-14 09:14:43 +01:00
|
|
|
api.auth_header = false
|
2023-03-03 09:29:21 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
2023-03-03 09:19:21 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|