1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

feat: adds shell behind a flag or env var (#3737)

This commit is contained in:
Amir Raminfar
2025-03-31 13:31:42 -07:00
committed by GitHub
parent b8a8781a9b
commit 076f5d0fc9
6 changed files with 39 additions and 29 deletions

View File

@@ -191,6 +191,7 @@ func createServer(args cli.Args, hostService web.HostService) *http.Server {
TTL: authTTL,
},
EnableActions: args.EnableActions,
EnableShell: args.EnableShell,
Labels: args.Filter,
}