ThreadCount Community edition

Uniform stock management for healthcare linen rooms: the coordinator app, the phone counter and the staff app, for your own server. Built from 440e645 on 2026-09-13. Licensed under the Functional Source License (FSL-1.1-ALv2).
This commit is contained in:
ThreadCount
2026-09-13 12:12:58 +10:00
commit cbf533d90b
275 changed files with 43340 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/* Community edition: no telemetry goes anywhere unless the operator points it somewhere with
* NEXT_PUBLIC_UMAMI_SITE_ID / NEXT_PUBLIC_UMAMI_APP_ID / NEXT_PUBLIC_UMAMI_SRC and
* NEXT_PUBLIC_GLITCHTIP_DSN, and the screens link to no documents but the operator's own
* (NEXT_PUBLIC_TERMS_URL / NEXT_PUBLIC_PRIVACY_URL). */
export const HOSTED_UMAMI_SRC = "";
export const HOSTED_UMAMI_MARKETING_ID = "";
export const HOSTED_UMAMI_APP_ID = "";
export const HOSTED_GLITCHTIP_DSN = "";
export const HOSTED_TELEMETRY_HOSTS: string[] = [];
export const HOSTED_TERMS_URL = "";
export const HOSTED_PRIVACY_URL = "";
export const HOSTED_DELETE_ACCOUNT_URL = "";
export const HOSTED_PRIVACY_EMAIL = "";
export const HOSTED_SITE = false;