mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-28 07:56:37 +01:00
feat: implement ability to disable avatars (#4091)
Co-authored-by: uponminiature <226739065+uponminiature@users.noreply.github.com>
This commit is contained in:
7
main.go
7
main.go
@@ -198,9 +198,10 @@ func createServer(args cli.Args, hostService web.HostService) *http.Server {
|
||||
Authorizer: authorizer,
|
||||
TTL: authTTL,
|
||||
},
|
||||
EnableActions: args.EnableActions,
|
||||
EnableShell: args.EnableShell,
|
||||
Labels: args.Filter,
|
||||
EnableActions: args.EnableActions,
|
||||
EnableShell: args.EnableShell,
|
||||
DisableAvatars: args.DisableAvatars,
|
||||
Labels: args.Filter,
|
||||
}
|
||||
|
||||
assets, err := fs.Sub(content, "dist")
|
||||
|
||||
Reference in New Issue
Block a user