-
Notifications
You must be signed in to change notification settings - Fork 16
/
manifest.toml
77 lines (56 loc) · 1.65 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
packaging_format = 2
id = "kanboard"
name = "Kanboard"
description.en = "Kanban project management software"
description.fr = "Logiciel de gestion de projet Kanban"
version = "1.2.42~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://kanboard.net"
demo = "https://demo.yunohost.org/kanboard/"
admindoc = "https://docs.kanboard.org/"
code = "https://github.com/kanboard/kanboard"
fund = "https://kanboard.org/#donations"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/kanboard"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.42.tar.gz"
sha256 = "a5b9763825f8e0d123470ff18b558d4637d2b2c732353f1edca4d4f9462b59a8"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["cache", "files"]
[resources.permissions]
main.url = "/"
ics.url = "/?controller=ICalendarController"
ics.show_tile = false
ics.allowed = "visitors"
[resources.apt]
packages = "mariadb-server, php8.3-opcache, php8.3-curl, php8.3-gd, php8.3-zip, php8.3-xml, php8.3-mbstring, php8.3-mysql, php8.3-ldap"
[resources.database]
type = "mysql"