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

62 lines
2.4 KiB
TOML
Raw Normal View History

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"
version = "7.7.0~ynh1"
maintainers = ["eric_G"]
[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"
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
[integration]
2023-03-03 09:29:21 +01:00
yunohost = ">= 11.1.12"
architectures = ["amd64"]
2023-03-03 09:19:21 +01:00
multi_instance = false
2023-03-03 09:29:21 +01:00
ldap = false
sso = false
2023-03-03 09:19:21 +01:00
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "If enabled, Focalboard will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Focalboard sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
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"
[resources.apt]
packages = "postgresql"
2023-03-03 09:19:21 +01:00
[resources.database]
type = "postgresql"