forked from FF-RGB/ansible
Added Proxy f/ firmware, Yanic Influx feeding
This commit is contained in:
parent
f21991e25e
commit
7f7c55eb34
@ -18,6 +18,10 @@ server {
|
|||||||
location /move.php {
|
location /move.php {
|
||||||
proxy_pass https://home.mephis.to/move.php;
|
proxy_pass https://home.mephis.to/move.php;
|
||||||
}
|
}
|
||||||
|
location /firmware-ng/experimental {
|
||||||
|
proxy_pass https://home.mephis.to/ff/experimental/images;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
@ -28,9 +28,9 @@ yanic_database_delete_after: "7d"
|
|||||||
yanic_database_delete_interval: "1h"
|
yanic_database_delete_interval: "1h"
|
||||||
|
|
||||||
yanic_influxdb:
|
yanic_influxdb:
|
||||||
- enable: false
|
- enable: true
|
||||||
host: http://localhost:8086
|
host: http://88.99.2.28:8086
|
||||||
database: ffhb
|
database: ffrgb
|
||||||
username: ""
|
username: ""
|
||||||
password: ""
|
password: ""
|
||||||
yanic_graphite:
|
yanic_graphite:
|
||||||
|
Loading…
Reference in New Issue
Block a user