diff --git a/html/priv.ejs b/html/priv.ejs index 1e314389..68736e5a 100644 --- a/html/priv.ejs +++ b/html/priv.ejs @@ -290,6 +290,41 @@

+
+ Optional Anonymous Usage Statistics (/api/stats) +

+ This instance of Poke may optionally record basic, anonymous usage counts to help improve performance and understand what videos are popular. +

+ +

This telemetry is fully optional and off by default. Instance admins may enable it manually.

+ +

When enabled, the system stores:

+ + +

What is NOT collected:

+ + +

+ These stats exist only locally on this instance and are used strictly to improve the service and see which videos are watched most. + You can inspect the code on Codeberg to verify exactly what it does. +

+ +

Disable telemetry: If you self-host, you can turn this off in telemetryConfig in the server code.

+ +

If telemetry is disabled, /api/stats will return empty data.

+