mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Setup proxy, change scaling, and add chart zoom
This commit is contained in:
16
Display/proxy.conf.json
Normal file
16
Display/proxy.conf.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"/api/weather": {
|
||||
"target": "http://172.23.10.3",
|
||||
"secure": false,
|
||||
"logLevel": "debug",
|
||||
"changeOrigin": true
|
||||
},
|
||||
"/api/hub": {
|
||||
"target": "ws://172.23.10.3:80",
|
||||
"ws": true
|
||||
},
|
||||
"/socket.io": {
|
||||
"target": "http://172.23.10.30:80",
|
||||
"ws": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user