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

58 lines
1.3 KiB
TOML
Raw Normal View History

2023-09-26 09:41:46 +02:00
packaging_format = 2
id = "glpi"
name = "GLPI"
description.en = "IT Asset Management"
description.fr = "Gestion des services informatiques (ITSM)"
2024-02-01 21:31:41 +01:00
version = "10.0.12~ynh1"
2023-09-26 09:41:46 +02:00
maintainers = []
[upstream]
license = "GPL-2.0"
website = "https://glpi-project.org"
admindoc = "https://glpi-install.readthedocs.io/en/latest/"
code = "https://github.com/glpi-project/glpi"
[integration]
2023-09-26 09:49:11 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-09-26 09:41:46 +02:00
multi_instance = true
2023-09-26 09:49:11 +02:00
ldap = false
sso = false
disk = "50M"
2023-09-26 10:29:33 +02:00
ram.build = "200M"
2023-09-26 09:49:11 +02:00
ram.runtime = "50M"
2023-09-26 09:41:46 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/glpi"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-02-03 18:58:45 +01:00
url = "https://github.com/glpi-project/glpi/releases/download/10.0.12/glpi-10.0.12.tgz"
sha256 = "7980cd5f9ab10dc234e1e42950acd42c2977e5c3da4d540ef000e9caa72cec85"
2023-09-26 09:49:11 +02:00
autoupdate.strategy = "latest_github_tag"
2023-09-26 09:41:46 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-09-26 09:49:11 +02:00
[resources.apt]
2023-09-26 10:29:33 +02:00
packages = "mariadb-server, php8.2-cli,php8.2-curl, php8.2-fileinfo, php8.2-gd, php8.2-mbstring, php8.2-mysqli, php8.2-simplexml, php8.2-xml, php8.2-intl, php8.2-ldap, php8.2-xmlrpc, php8.2-bz2, php8.2-zip"
2023-09-26 09:49:11 +02:00
2023-09-26 09:41:46 +02:00
[resources.database]
type = "mysql"