Support token auth

This commit is contained in:
cuigh
2021-12-24 17:24:09 +08:00
parent 752ddff01f
commit 16888e54ee
17 changed files with 190 additions and 60 deletions

View File

@@ -32,7 +32,7 @@ var (
func main() {
app.Name = "Swirl"
app.Version = "1.0.0beta7"
app.Version = "1.0.0rc1"
app.Desc = "A web management UI for Docker, focused on swarm cluster"
app.Action = func(ctx *app.Context) error {
return run.Pipeline(misc.LoadOptions, initSystem, scaler.Start, startServer)