Files
start-os/frontend/proxy.conf-sample.json
Matt Hill 8e9d2b5314 chore: cleanup - show spinner on service list when transitioning
config add new list items to end and auto scroll

remove js engine artifacts

fix view button in notification toast
2022-06-19 13:46:09 -06:00

23 lines
388 B
JSON

{
"/rpc/v1": {
"target": "http://<CHANGE_ME>/rpc/v1"
},
"/ws/db": {
"target": "http://<CHANGE_ME>",
"secure": false,
"ws": true
},
"/public/*": {
"target": "http://<CHANGE_ME>/public",
"pathRewrite": {
"^/public": ""
}
},
"/rest/rpc/*": {
"target": "http://<CHANGE_ME>/rest/rpc",
"pathRewrite": {
"^/rest/rpc": ""
}
}
}