Added Proxy f/ firmware, Yanic Influx feeding

This commit is contained in:
Bastian Mäuser 2018-01-28 13:40:01 +01:00
parent f21991e25e
commit 7f7c55eb34
2 changed files with 7 additions and 3 deletions

View File

@ -18,6 +18,10 @@ server {
location /move.php {
proxy_pass https://home.mephis.to/move.php;
}
location /firmware-ng/experimental {
proxy_pass https://home.mephis.to/ff/experimental/images;
}
}
server {

View File

@ -28,9 +28,9 @@ yanic_database_delete_after: "7d"
yanic_database_delete_interval: "1h"
yanic_influxdb:
- enable: false
host: http://localhost:8086
database: ffhb
- enable: true
host: http://88.99.2.28:8086
database: ffrgb
username: ""
password: ""
yanic_graphite: