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

68 lines
1.7 KiB
TOML
Raw Normal View History

2023-06-13 18:04:31 +02:00
packaging_format = 2
id = "grr"
name = "Grr"
description.en = "Tool for booking meeting rooms or other resources"
description.fr = "Outil de réservation de salles de réunion ou d'autres ressources"
2024-03-03 21:37:51 +01:00
version = "4.3.2~ynh1"
2023-06-13 18:04:31 +02:00
maintainers = ["Sébastien Menentrier"]
[upstream]
license = "AGPL-3.0-only"
website = "https://site.devome.com/fr/grr3"
demo = ""
admindoc = "https://site.devome.com/fr/grr/telechargement/category/2-informations-documentations"
userdoc = "https://site.devome.com/fr/grr/telechargement/category/2-informations-documentations"
code = "https://github.com/JeromeDevome/GRR"
[integration]
2023-09-26 21:57:46 +02:00
yunohost = ">= 11.2"
2023-06-13 18:16:31 +02:00
architectures = "all"
2023-06-13 18:04:31 +02:00
multi_instance = true
2023-11-27 08:58:14 +01:00
2023-06-13 18:16:31 +02:00
ldap = true
2023-11-27 08:58:14 +01:00
2023-06-13 18:16:31 +02:00
sso = false
2023-11-27 08:58:14 +01:00
2023-06-13 18:16:31 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-13 18:04:31 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/grr"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "A public tool means that anybody will be able to visualize public booked resources."
help.fr = "Un outil public signifie que n'importe qui pourra visualiser les réservation public de ressources"
type = "group"
2023-11-27 08:58:14 +01:00
default = "visitors"
2023-06-13 18:04:31 +02:00
[resources]
[resources.sources.main]
2024-03-03 21:37:51 +01:00
url = "https://github.com/JeromeDevome/GRR/archive/refs/tags/v4.3.2.tar.gz"
sha256 = "25da3a2bb04d89f6024525f8a83b16effae9722b8dd407172f9a3fac742ca9cd"
2023-06-13 18:16:31 +02:00
autoupdate.strategy = "latest_github_tag"
2023-06-13 18:04:31 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-13 18:16:31 +02:00
[resources.apt]
packages = "mariadb-server, php8.2-ldap, php8.2-gd, php8.2-mbstring, php8.2-mysqli, php8.2-mysqlnd, php8.2-xml, php8.2-intl"
2023-06-13 18:16:31 +02:00
2023-06-13 18:04:31 +02:00
[resources.database]
type = "mysql"