mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Merge pull request #109 from YunoHost-Apps/testing
This commit is contained in:
commit
f0e8356f34
5 changed files with 7 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Metric & analytic dashboards for monitoring
|
||||
|
||||
**Shipped version:** 10.0.2~ynh1
|
||||
**Shipped version:** 10.0.3~ynh1
|
||||
|
||||
**Demo:** https://play.grafana.org
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Tableaux de bord de supervision
|
||||
|
||||
**Version incluse :** 10.0.2~ynh1
|
||||
**Version incluse :** 10.0.3~ynh1
|
||||
|
||||
**Démo :** https://play.grafana.org
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Metric & analytic dashboards for monitoring",
|
||||
"fr": "Tableaux de bord de supervision"
|
||||
},
|
||||
"version": "10.0.2~ynh1",
|
||||
"version": "10.0.3~ynh1",
|
||||
"url": "https://grafana.com/oss/grafana/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# Debian package version for Grafana
|
||||
GRAFANA_VERSION="10.0.2"
|
||||
GRAFANA_VERSION="10.0.3"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="influxdb"
|
||||
|
|
|
@ -146,6 +146,9 @@ EOF
|
|||
ynh_systemd_action --service_name=netdata --action="restart"
|
||||
fi
|
||||
|
||||
# Fix configuration for Grafana instances existing prior to version 10
|
||||
sed -i "/^\[server\]$/,/^\[/ s@;serve_from_sub_path = .*@serve_from_sub_path = false@" "/etc/grafana/grafana.ini"
|
||||
|
||||
# Update Grafana LDAP authentication configuration
|
||||
cp ../conf/ldap.toml /etc/grafana
|
||||
|
||||
|
|
Loading…
Reference in a new issue