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

73 lines
1.7 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
version = "3.1.1~ynh1"
2023-05-08 16:23:02 +02:00
2024-02-14 11:08:39 +01:00
maintainers = []
2023-05-08 16:23:02 +02:00
[upstream]
license = "GPL-2.0"
website = "https://leantime.io/"
admindoc = "https://docs.leantime.io"
code = "https://github.com/Leantime/leantime"
[integration]
2023-08-30 20:06:16 +02:00
yunohost = ">= 11.2"
2023-05-08 16:23:02 +02:00
architectures = "all"
multi_instance = true
2023-12-02 16:43:45 +01:00
2023-10-12 09:36:37 +02:00
ldap = true
2023-12-02 16:43:45 +01:00
2023-05-08 16:23:02 +02:00
sso = false
2023-12-02 16:43:45 +01:00
2023-05-08 16:23:02 +02:00
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]
url = "https://github.com/Leantime/leantime/releases/download/v3.1.1/Leantime-v3.1.1.zip"
sha256 = "b8f6cc261120f636f9f1beb91923f4480295a51b9846b26cba67b8f0704f28fa"
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]
2023-10-12 09:04:26 +02:00
allow_email = true
2023-05-08 16:23:02 +02:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-12 09:36:26 +02:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.show_tile = false
2023-05-08 16:23:02 +02:00
[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"