fix(umami): Disable telemetry

This commit is contained in:
2025-12-29 13:34:11 +01:00
parent 957526a6bc
commit b6af70c8ca
+2 -2
View File
@@ -96,9 +96,9 @@ umami:
# -- Disables the login page for the application
disableLogin: "1"
# -- Umami collects completely anonymous telemetry data in order help improve the application. You can choose to disable this if you don't want to participate.
disableTelemetry: "1"
disableTelemetry: "0"
# -- Disables the check for new versions of Umami
disableUpdates: "1"
disableUpdates: "0"
# -- Enables the internal test page, {host}/console. Admin access is required. Users can manually fire pageviews and events to their websites.
enableTestConsole: "1"
# -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.