Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable telemetry in rucio-webui #216

Open
tsgit opened this issue Jan 10, 2025 · 0 comments
Open

disable telemetry in rucio-webui #216

tsgit opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@tsgit
Copy link

tsgit commented Jan 10, 2025

The rucio-webui helm chart executes an entrypoint which runs node

next build

This emits a warning

Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

I think the values.yaml file should have an option (config setting) to opt our of telemetry collection and the entrypoint should issue a conditional

npx next telemetry disable

which adds the preference to /root/.config/nextjs-nodejs/config.json.
e.g.

rucio-webui-59745b8f5-hnltk webui]# npx next telemetry disable
Your preference has been saved to /root/.config/nextjs-nodejs/config.json.

Status: Disabled

You have opted-out of Next.js' anonymous telemetry program.
No data will be collected from your machine.
Learn more: https://nextjs.org/telemetry

Thanks
Thorsten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants