1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00
leantime_ynh/manifest.toml

65 lines
1.5 KiB
TOML
Raw Normal View History

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
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.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-06-12 21:22:37 +02:00
url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.tar.gz"
sha256 = "7afcabadc151c95ea6dd3628ed4f512d8d429836beb3c0f3b4c0b55f4b6936d2"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "Leantime-v*.tar.gz"
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"