PDPA Features: ✅ Cookie consent banner ✅ Consent logging API ✅ Admin dashboard ✅ Privacy Policy ✅ Terms & Conditions Technical: ✅ Astro 5.x + Tailwind v4 ✅ Docker on port 80 ✅ SQLite database ✅ 15 pages built Ready for Easypanel deployment.
7 lines
401 B
TypeScript
7 lines
401 B
TypeScript
/** Specifies whether or not telemetry is enabled or disabled. */
|
|
export declare const TELEMETRY_ENABLED = "telemetry.enabled";
|
|
/** Specifies when the user was informed of anonymous telemetry. */
|
|
export declare const TELEMETRY_NOTIFY_DATE = "telemetry.notifiedAt";
|
|
/** Specifies an anonymous identifier used to dedupe events for a user. */
|
|
export declare const TELEMETRY_ID = "telemetry.anonymousId";
|