2023-05-08 16:23:02 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "leantime"
|
|
|
|
name = "Leantime"
|
2023-05-08 19:36:11 +02:00
|
|
|
description.en = "Project management system for startups and innovators"
|
|
|
|
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
|
2023-05-08 16:23:02 +02:00
|
|
|
|
2023-06-12 20:16:13 +02:00
|
|
|
version = "2.3.25~ynh1"
|
2023-05-08 16:23:02 +02:00
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0"
|
|
|
|
website = "https://leantime.io/"
|
|
|
|
admindoc = "https://docs.leantime.io"
|
|
|
|
code = "https://github.com/Leantime/leantime"
|
|
|
|
|
|
|
|
[integration]
|
2023-07-20 23:01:06 +02:00
|
|
|
yunohost = ">= 11.1.21"
|
2023-05-08 16:23:02 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-07-21 09:03:20 +02:00
|
|
|
ldap = false
|
2023-05-08 16:23:02 +02:00
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2023-07-20 23:01:06 +02:00
|
|
|
type = "select"
|
2023-05-08 16:23:02 +02:00
|
|
|
choices = ["en-US", "es-ES", "it-IT", "fr-FR"]
|
2023-05-08 19:43:32 +02:00
|
|
|
default = "fr-FR"
|
2023-05-08 16:23:02 +02:00
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-07-21 09:13:43 +02:00
|
|
|
url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.zip"
|
|
|
|
sha256 = "aa42487659ace89bfa884226cf8a9070e2f1f45777edf726731760523fa903c3"
|
2023-07-20 22:59:54 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-07-24 20:47:19 +02:00
|
|
|
autoupdate.asset = "Leantime-v.*.zip"
|
2023-05-08 16:23:02 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-06-07 22:39:24 +02:00
|
|
|
packages = "mariadb-server, php8.2-mysql, php8.2-mbstring, php8.2-xml, php8.2-curl, php8.2-gd, php8.2-imagick, php8.2-ldap"
|
2023-05-08 16:23:02 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|