v0.5: readme and dockerfile update, removed old panel sources, added new frontend as submodule

This commit is contained in:
default
2024-08-09 07:03:24 +08:00
parent 73e481bc96
commit a5a31a0d63
22 changed files with 42 additions and 718 deletions

View File

@@ -152,6 +152,7 @@ func (p *Provider) loadRoutes() E.NestedError {
errors := E.NewBuilder("errors loading routes from provider %q", p.name)
entries.EachKV(func(a string, e *M.ProxyEntry) {
e.Alias = a
r, err := R.NewRoute(e)
if err.IsNotNil() {
errors.Addf("%s: %w", a, err)