mirror of
https://github.com/YunoHost-Apps/timeoff_ynh.git
synced 2024-09-03 20:35:59 +02:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
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]
|