2023-12-13 21:25:13 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "planka"
|
|
|
|
name = "Planka"
|
|
|
|
description.en = "Realtime kanban board for workgroups"
|
|
|
|
description.fr = "Tableau Kanban en temps réel pour les groupes de travail"
|
|
|
|
|
2024-08-15 03:41:40 +02:00
|
|
|
version = "1.21.1~ynh1"
|
2023-12-13 21:25:13 +01:00
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
website = "https://planka.app/"
|
|
|
|
demo = "https://plankanban.github.io/planka/#/"
|
|
|
|
admindoc = "https://docs.planka.cloud/docs/intro/"
|
|
|
|
code = "https://github.com/plankanban/planka"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
|
|
|
|
ldap = false
|
|
|
|
|
|
|
|
sso = false
|
|
|
|
|
|
|
|
disk = "50M"
|
2023-12-14 11:30:21 +01:00
|
|
|
ram.build = "500M"
|
2023-12-13 21:25:13 +01:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-08-15 03:41:40 +02:00
|
|
|
url = "https://github.com/plankanban/planka/releases/download/v1.21.1/planka-prebuild-v1.21.1.zip"
|
|
|
|
sha256 = "3130aace4155ec64cd7212561f2854f626e44efc47d004713ff2d606a0a49538"
|
2024-03-14 21:28:53 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-03-14 22:00:38 +01:00
|
|
|
autoupdate.asset = "^planka-prebuild-v.*zip$"
|
2023-12-13 21:25:13 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
api.url = "/api"
|
|
|
|
api.allowed = "visitors"
|
|
|
|
api.auth_header = false
|
|
|
|
api.show_tile = false
|
|
|
|
api.protected = true
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
socket.default = 1337
|
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql, postgresql-contrib"
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|