-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmanifest.toml
84 lines (65 loc) · 2.48 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
78
79
80
81
82
83
84
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "vikunja"
name = "Vikunja"
description.en = "Self-hosted To-Do list application"
description.fr = "Application de liste de tâches auto-hébergée"
version = "0.24.4~ynh1"
maintainers = []
[upstream]
license = "GPL-3.0"
website = "https://vikunja.io/"
demo = "https://try.vikunja.io/login"
admindoc = "https://vikunja.io/docs/"
code = "https://kolaente.dev/vikunja/vikunja"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "1500M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
help.en = "If 'visitors', Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si 'visiteurs', Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["en", "fr-FR"]
default = "fr-FR"
[resources]
[resources.sources]
[resources.sources.main]
arm64.url = "https://dl.vikunja.io/vikunja/0.24.4/vikunja-v0.24.4-linux-arm64-full.zip"
arm64.sha256 = "22481d10ca03ed8c6a0089dee8d5b0302f905b24d6ea712dd46432f43fb391bb"
amd64.url = "https://dl.vikunja.io/vikunja/0.24.4/vikunja-v0.24.4-linux-amd64-full.zip"
amd64.sha256 = "dc39be6a24dc732bfce80f7e05b5262310b2bb23cde5c155a1867f92e22afb78"
armhf.url = "https://dl.vikunja.io/vikunja/0.24.4/vikunja-v0.24.4-linux-arm-7-full.zip"
armhf.sha256 = "d85a4d6cd68f51343f31b000d6b6b7dc791a4c8f0ddaaba7c774865478489c24"
i386.url = "https://dl.vikunja.io/vikunja/0.24.4/vikunja-v0.24.4-linux-386-full.zip"
i386.sha256 = "12b803a1e6f60dff67b94ebfb2f8a3066ce3a6618ac8ff41331fb0c21198fd56"
in_subdir = false
format = "zip"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.ports]
[resources.apt]
packages = ["postgresql", "redis-server"]
[resources.database]
type = "postgresql"