diff --git a/roles/web-gw/templates/vhost.j2 b/roles/web-gw/templates/vhost.j2 index 3e870fc..7fa58c8 100644 --- a/roles/web-gw/templates/vhost.j2 +++ b/roles/web-gw/templates/vhost.j2 @@ -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 { diff --git a/roles/yanic/defaults/main.yml b/roles/yanic/defaults/main.yml index 53b3d48..537b44e 100644 --- a/roles/yanic/defaults/main.yml +++ b/roles/yanic/defaults/main.yml @@ -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: