mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Support token auth
This commit is contained in:
2
main.go
2
main.go
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user