mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
feat(cli): add a --no-analytics flag to disable google analytics (#601)
This commit is contained in:
parent
66c574f74d
commit
73082f1674
8 changed files with 45 additions and 33 deletions
|
@ -28,6 +28,7 @@ func main() {
|
|||
HiddenLabels: *flags.Labels,
|
||||
Logo: *flags.Logo,
|
||||
Authentication: !*flags.NoAuth,
|
||||
Analytics: !*flags.NoAnalytics,
|
||||
}
|
||||
|
||||
fileService, err := file.NewService(*flags.Data, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue