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

72 lines
1.7 KiB
TOML

packaging_format = 2
id = "leantime"
name = "Leantime"
description.en = "Project management system for startups and innovators"
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
version = "3.1.1~ynh1"
maintainers = []
[upstream]
license = "GPL-2.0"
website = "https://leantime.io/"
admindoc = "https://docs.leantime.io"
code = "https://github.com/Leantime/leantime"
[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.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["en-US", "es-ES", "it-IT", "fr-FR"]
default = "fr-FR"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/Leantime/leantime/releases/download/v3.1.1/Leantime-v3.1.1.zip"
sha256 = "b8f6cc261120f636f9f1beb91923f4480295a51b9846b26cba67b8f0704f28fa"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "Leantime-v.*.zip"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.show_tile = false
[resources.apt]
packages = "mariadb-server, php8.2-mysql, php8.2-mbstring, php8.2-xml, php8.2-curl, php8.2-gd, php8.2-imagick, php8.2-ldap"
[resources.database]
type = "mysql"