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"
|
|
|
|
|
2023-09-28 15:22:57 +02:00
|
|
|
version = "4.1.1~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-06-13 18:16:31 +02:00
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
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"
|
|
|
|
default = false
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-09-28 15:22:57 +02:00
|
|
|
url = "https://github.com/JeromeDevome/GRR/archive/refs/tags/v4.1.1.tar.gz"
|
|
|
|
sha256 = "e6197c33db025510237d6fd5b823dac452c7f5d2a2dc72e548ad840b3b7ba122"
|
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]
|
2023-09-28 15:22:57 +02:00
|
|
|
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"
|