mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* tail logs * add cli * add FE * abstract http to shared * batch new logs * file download for logs * fix modal error when no config Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com>
23 lines
387 B
JSON
23 lines
387 B
JSON
{
|
|
"/rpc/v1": {
|
|
"target": "http://<CHANGE_ME>/rpc/v1"
|
|
},
|
|
"/ws/*": {
|
|
"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": ""
|
|
}
|
|
}
|
|
}
|