You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postiz currently uses Plausible analytics and PostHog in every page load (see apps/frontend/src/app/layout.tsx), which is likely to be undesirable for most self-hosted users who are quite privacy concious, and whow would not be able to see data sent from their Postiz installations.
Could we add ENABLE_PLAUSIBLE and ENABLE_POSTHOG, which if set to "true", would then load the Plausible/PostHog elements? (ie, default to not using the elements if that variable is unset?).
The text was updated successfully, but these errors were encountered:
jamesread
changed the title
Remove / Disable plausible analyitics in self-hosted versions
Remove / Disable analyitics in self-hosted versions
Nov 12, 2024
Postiz currently uses Plausible analytics and PostHog in every page load (see apps/frontend/src/app/layout.tsx), which is likely to be undesirable for most self-hosted users who are quite privacy concious, and whow would not be able to see data sent from their Postiz installations.
Could we add
ENABLE_PLAUSIBLE
andENABLE_POSTHOG
, which if set to "true", would then load the Plausible/PostHog elements? (ie, default to not using the elements if that variable is unset?).The text was updated successfully, but these errors were encountered: