25 lines
600 B
TOML
25 lines
600 B
TOML
[build]
|
|
public_url = "/ui"
|
|
dist = "../html/ui"
|
|
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/public-state"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/state"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/public"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/store"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/authorize-download"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/sign-download-set"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/configs"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/clusters"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/hosts-from-template"
|
|
[[proxy]]
|
|
backend = "http://localhost:7606/hosts"
|