mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
commit
8966a6bde2
4 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
|||
disrupting their core function._
|
||||
|
||||
|
||||
**Shipped version:** 1.44.1~ynh1
|
||||
**Shipped version:** 1.44.1~ynh2
|
||||
|
||||
**Demo:** https://learn.netdata.cloud/docs/agent/demo-sites/
|
||||
## Disclaimers / important information
|
||||
|
|
|
@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
|||
disrupting their core function._
|
||||
|
||||
|
||||
**Version incluse :** 1.44.1~ynh1
|
||||
**Version incluse :** 1.44.1~ynh2
|
||||
|
||||
**Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/
|
||||
## Avertissements / informations importantes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location ~ __PATH__/(?<ndpath>.*) {
|
||||
location ~ ^__PATH__/(?<ndpath>.*) {
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Real-time performance and health monitoring",
|
||||
"fr": "Monitoring serveur en temps reel"
|
||||
},
|
||||
"version": "1.44.1~ynh1",
|
||||
"version": "1.44.1~ynh2",
|
||||
"url": "http://my-netdata.io/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"url": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.2"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue