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

54 lines
1.1 KiB
TOML
Raw Normal View History

2023-12-09 22:20:32 +01:00
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.2~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]
2023-12-09 22:27:37 +01:00
yunohost = ">= 11.2"
architectures = "all"
2023-12-09 22:20:32 +01:00
multi_instance = false
2023-12-09 22:27:37 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-12-09 22:20:32 +01:00
[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.2.tar.gz"
sha256 = "b0a5f7e88c39a0ae43e5c53c50efb82e9a78add1954f7c0a60ae91c25bbf608f"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-12-09 22:27:37 +01:00
[resources.apt]
packages = "sqlite3"