OpenRemedy telemetry receiver ================================= This endpoint receives anonymous, aggregate counters from self-hosted OpenRemedy installations and exposes the latest released version of each component for the in-product update indicator. What is collected, what isn't, and how to opt out: https://github.com/OpenRemedy/openremedy-docs/blob/main/PRIVACY.md Source code: https://github.com/OpenRemedy/openremedy-telemetry Endpoints: GET /v1/health GET /v1/latest POST /v1/ping DELETE /v1/instances/{instance_uuid} If you run an OpenRemedy install and want to disable telemetry, set OREMEDY_TELEMETRY_DISABLED=true (or OREMEDY_OFFLINE_MODE=true to disable everything outbound) in your deployment .env and restart the proactive container.