mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
74 lines
1.7 KiB
TOML
74 lines
1.7 KiB
TOML
packaging_format = 2
|
|
|
|
id = "kimai2"
|
|
name = "Kimai2"
|
|
description.en = "Multi-user application for time-tracking with support for mobile devices"
|
|
description.fr = "Application multi-utilisateurs de suivi du temps compatible avec les appareils mobiles"
|
|
|
|
version = "2.2.1~ynh1"
|
|
|
|
maintainers = [""]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://www.kimai.org"
|
|
demo = "https://www.kimai.org/demo/"
|
|
admindoc = "https://www.kimai.org/documentation/"
|
|
code = "https://github.com/kevinpapst/kimai2"
|
|
cpe = "cpe:2.3:a:kimai:kimai_2"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.registration]
|
|
ask.en = "Are new users allowed to register?"
|
|
ask.fr = "Est-ce que de nouveaux utilisateurs peuvent s'y inscrire ?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/kevinpapst/kimai2/archive/2.2.1.tar.gz"
|
|
sha256 = "0603b9ba128a8580ece863d72941dc084c6e76b7e71860b1481449bbbafd0ba1"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
teamlead.url = "/"
|
|
admin.url = "/"
|
|
super_admin.url = "/"
|
|
super_admin.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-gd, php8.2-intl, php8.2-mbstring, php8.2-pdo, php8.2-zip, php8.2-xml, php8.2-xsl, php8.2-ldap, php8.2-mysql"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|