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

Set the right license

This commit is contained in:
ericgaspar 2021-08-03 08:23:26 +02:00
parent 82484bc10e
commit 64b860aa30
2 changed files with 3 additions and 4 deletions

View file

@ -7,10 +7,10 @@
"fr": "Tableaux de bords de supervision"
},
"version": "8.0.6~ynh1",
"license": "Apache-2.0",
"license": "AGPL-3.0-only",
"url": "https://grafana.com/oss/grafana/",
"upstream": {
"license": "Apache-2.0",
"license": "AGPL-3.0-only",
"website": "https://grafana.com/",
"demo": "https://play.grafana.org",
"admindoc": "https://yunohost.org/packaging_apps",

View file

@ -89,8 +89,6 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
#=================================================
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
### `ynh_add_nginx_config` will use the file conf/nginx.conf
# Create a dedicated nginx config
ynh_add_nginx_config
@ -98,6 +96,7 @@ ynh_add_nginx_config
# SPECIFIC SETUP
#=================================================
ynh_script_progression --message="Configuring Grafana and InfluxDB..." --weight=30
# If NetData is installed, configure it to feed InfluxDB
netdata_conf="/opt/netdata/etc/netdata/exporting.conf"
if [ -f "$netdata_conf" ] ; then