YunoHost-Apps / umami_ynh

Umami package for YunoHost
https://umami.is/
GNU General Public License v3.0
3 stars 2 forks source link

Disable umami and next.js telemetry. #30

Closed orhtej2 closed 9 months ago

orhtej2 commented 9 months ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

orhtej2 commented 9 months ago

!testme

yunohost-bot commented 9 months ago

May the CI gods be with you! Test Badge

ericgaspar commented 9 months ago

is the .env setting not enough?

orhtej2 commented 9 months ago

is the .env setting not enough?

DISABLE_TELEMETRY is umami setting, NEXT_TELEMETRY_DISABLED is next.js setting.

orhtej2 commented 9 months ago

(and judging from Dockerfile next.js publishes some telemetry during build as well)