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 {
|
||||
proxy_pass https://home.mephis.to/move.php;
|
||||
}
|
||||
location /firmware-ng/experimental {
|
||||
proxy_pass https://home.mephis.to/ff/experimental/images;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
server {
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user