normalize glauth

This commit is contained in:
A.Unger
2021-11-08 12:01:08 +01:00
parent d7828141f6
commit e8b9186ba3
4 changed files with 28 additions and 51 deletions

View File

@@ -19,19 +19,16 @@ func Execute(cfg *config.Config) error {
Version: version.String,
Usage: "proxy for oCIS",
Compiled: version.Compiled(),
Authors: []*cli.Author{
{
Name: "ownCloud GmbH",
Email: "support@owncloud.com",
},
},
Before: func(c *cli.Context) error {
cfg.Service.Version = version.String
return nil
},
Commands: []*cli.Command{
Server(cfg),
Health(cfg),