mirror of
https://github.com/YunoHost-Apps/grr_ynh.git
synced 2024-09-03 19:15:56 +02:00
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
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"
|
|
|
|
version = "4.3.2~ynh1"
|
|
|
|
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]
|
|
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.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 = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/JeromeDevome/GRR/archive/refs/tags/v4.3.2.tar.gz"
|
|
sha256 = "25da3a2bb04d89f6024525f8a83b16effae9722b8dd407172f9a3fac742ca9cd"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[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"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|