super-productivity/packages/super-sync-server/scripts
Johannes Millan 4ee5dd4ed7 fix(sync-server): use compiled JS for monitoring scripts in Docker
The production container runs as non-root user `supersync` without tsx
(dev dependency excluded via --omit=dev). Analysis and monitor-all
commands failed because they tried to use tsx/npx tsx which couldn't
write to node_modules. All scripts are already compiled to dist/ during
the Docker build, so use those directly.
2026-03-27 17:33:38 +01:00
..
analyze-storage.ts fix(monitoring): use Prisma.sql for conditional SQL fragments in analyze-storage 2026-03-23 13:03:31 +01:00
backup.sh feat(sync): add backup strategy with accounts-only dump and disaster recovery docs 2026-03-18 20:15:45 +01:00
build-and-push.sh build(supersync): add GitHub Actions workflow and update Docker config 2026-01-23 21:42:44 +01:00
clear-data.ts refactor(sync): remove tombstone system 2025-12-28 12:08:28 +01:00
delete-user.ts fix(superSync): Update admin scripts and README for Postgres compatibility 2025-12-12 20:48:40 +01:00
deploy.sh fix(sync-server): harden deploy with Caddyfile validation and container checks 2026-03-23 13:34:05 +01:00
docker-monitor.sh fix(sync-server): use compiled JS for monitoring scripts in Docker 2026-03-27 17:33:38 +01:00
health-alert.sh fix(sync-server): security hardening and GDPR log compliance 2026-03-18 20:48:51 +01:00
monitor.ts fix(monitoring): mask PII, add types, fix sort and validation issues 2026-03-23 10:52:57 +01:00
MONITORING-README.md Add active users monitoring command with engagement metrics (#6921) 2026-03-22 23:15:14 +01:00
run-all-monitoring.ts fix(sync-server): use compiled JS for monitoring scripts in Docker 2026-03-27 17:33:38 +01:00