-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
55 lines (39 loc) · 1.2 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
packaging_format = 2
id = "timeoff"
name = "Timeoff"
description.en = "Web application for managing employee absences"
description.fr = "Application Web de gestion des absences des employés"
version = "1.4.5~ynh1"
maintainers = ["Julien Malik"]
[upstream]
license = "MIT"
website = "https://timeoff.management/"
admindoc = "https://timeoff.management/support/main-page.html"
code = "https://github.com/timeoff-management/timeoff-management-application"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/timeoff-management/timeoff-management-application/archive/refs/tags/1.4.5.tar.gz"
sha256 = "8280eb54b2ea4d419b4d8a5d81ef498a04b2a5bd78bd68ca94ac83b8e8f29eed"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "sqlite3"
[resources.ports]