2023-03-23 08:54:45 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "wekan"
|
|
|
|
name = "Wekan"
|
|
|
|
description.en = "Trello-like kanban"
|
2023-03-23 09:04:14 +01:00
|
|
|
description.fr = "Kanban similaire à Trello"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
2024-06-28 03:52:04 +02:00
|
|
|
version = "7.51~ynh1"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
|
|
|
maintainers = ["alexAubin", "ljf", "yalh76"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://wekan.github.io"
|
|
|
|
demo = "https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h"
|
|
|
|
admindoc = "https://github.com/wekan/wekan/wiki"
|
|
|
|
code = "https://github.com/wekan/wekan"
|
|
|
|
|
|
|
|
[integration]
|
2024-06-02 23:10:24 +02:00
|
|
|
yunohost = ">= 11.2.12"
|
2024-05-07 19:24:50 +02:00
|
|
|
architectures = ["amd64"]
|
2023-03-23 08:54:45 +01:00
|
|
|
multi_instance = true
|
2023-11-14 11:32:36 +01:00
|
|
|
|
2023-03-23 09:04:14 +01:00
|
|
|
ldap = true
|
2023-11-14 11:32:36 +01:00
|
|
|
|
2023-03-23 09:04:14 +01:00
|
|
|
sso = false
|
2023-11-14 11:32:36 +01:00
|
|
|
|
2023-03-23 09:04:14 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/wekan"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
2023-03-24 09:03:18 +01:00
|
|
|
default = "visitors"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
2023-11-14 15:30:02 +01:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-06-28 03:52:04 +02:00
|
|
|
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.51/wekan-7.51-amd64.zip"
|
|
|
|
amd64.sha256 = "0c2830cd039096cc8b4f09ec0b806bf3c611572807a4587b6aa16c9651d52762"
|
2023-04-03 20:57:04 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-11-15 07:17:24 +01:00
|
|
|
autoupdate.asset.amd64 = ".*-amd64.zip"
|
2023-03-23 08:54:45 +01:00
|
|
|
|
2023-03-23 09:04:14 +01:00
|
|
|
[resources.ports]
|
2023-03-23 08:54:45 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
2023-11-14 11:46:46 +01:00
|
|
|
allow_email = true
|
2023-03-23 08:54:45 +01:00
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-09-14 15:13:07 +02:00
|
|
|
#admin.allowed = "admins"
|