1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Merge pull request #134 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-12-28 10:15:53 +01:00 committed by GitHub
commit 8966a6bde2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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;

View file

@ -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": [