mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
65 lines
1.2 KiB
TOML
65 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "grafana"
|
|
name = "Grafana"
|
|
description.en = "Metric & analytic dashboards for monitoring"
|
|
description.fr = "Tableaux de bord de supervision"
|
|
|
|
version = "10.1.5~ynh1"
|
|
|
|
maintainers = ["JimboJoe"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "https://grafana.com/"
|
|
demo = "https://play.grafana.org"
|
|
code = "https://github.com/grafana/grafana"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
ldap = true
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/grafana"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, influxdb"
|
|
|
|
extras.grafana.repo = "deb https://packages.grafana.com/oss/deb stable main"
|
|
extras.grafana.key = "https://packages.grafana.com/gpg.key"
|
|
extras.grafana.packages = "grafana"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|