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._
|
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/
|
**Demo:** https://learn.netdata.cloud/docs/agent/demo-sites/
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
|
@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
||||||
disrupting their core function._
|
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/
|
**Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
location ~ __PATH__/(?<ndpath>.*) {
|
location ~ ^__PATH__/(?<ndpath>.*) {
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Real-time performance and health monitoring",
|
"en": "Real-time performance and health monitoring",
|
||||||
"fr": "Monitoring serveur en temps reel"
|
"fr": "Monitoring serveur en temps reel"
|
||||||
},
|
},
|
||||||
"version": "1.44.1~ynh1",
|
"version": "1.44.1~ynh2",
|
||||||
"url": "http://my-netdata.io/",
|
"url": "http://my-netdata.io/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue