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

64 lines
1.3 KiB
TOML
Raw Permalink Normal View History

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
version = "7.54~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-08-02 11:12:02 +02:00
yunohost = ">= 11.2.20"
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]
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.54/wekan-7.54-amd64.zip"
amd64.sha256 = "18f10a6b86897605ac355d37fdea51e3651ddbf4bdd161b89a0ebc2260000b8d"
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"