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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-10-24 20:39:41 +02:00
parent 77f30c670b
commit 163682d2e4

View file

@ -53,10 +53,9 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
packages = "mariadb-server, influxdb" packages = "mariadb-server, influxdb"
[[resources.apt.extras]] extras.grafana.repo = "deb https://packages.grafana.com/oss/deb stable main"
repo = "deb https://packages.grafana.com/oss/deb stable main" extras.grafana.key = "https://packages.grafana.com/gpg.key"
key = "https://packages.grafana.com/gpg.key" extras.grafana.packages = "grafana"
packages = "grafana"
[resources.database] [resources.database]
type = "mysql" type = "mysql"