super-productivity/packages/super-sync-server/scripts
Johannes Millan 726d877d17
fix(sync): point manual supersync image push at super-productivity org (#7871)
build-and-push.sh defaulted the image namespace to the deprecated ghcr.io/johannesjo/supersync — the source of the stale 7-day-token :latest image in #7865. Default to the super-productivity org instead, matching the CI workflow, docker-compose.yml and the Helm chart.

Since you cannot docker login as an org, split the image namespace (GHCR_NAMESPACE, defaulting to the org) from the GHCR login account (GHCR_USER), and fail fast if a push is attempted with no GHCR_USER set.

Refs #7865
2026-06-01 13:32:06 +02:00
..
analyze-storage.ts fix(sync): preserve own vector clock counter across full-state op resets 2026-04-01 15:41:13 +02: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 fix(sync): point manual supersync image push at super-productivity org (#7871) 2026-06-01 13:32:06 +02: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(supersync): prevent stale deploy image skew 2026-05-15 23:50:41 +02:00
docker-monitor.sh feat(sync-server): add active-users-quick monitor command 2026-04-21 15:03:42 +02:00
health-alert.sh fix(sync-server): security hardening and GDPR log compliance 2026-03-18 20:48:51 +01:00
migrate-deploy.sh fix(supersync): address multi-agent review of CONCURRENTLY recovery 2026-05-15 22:03:25 +02:00
migrate-payload-bytes.ts perf(sync): SuperSync server speed + correctness hardening (#7621) 2026-05-15 17:24:16 +02:00
monitor.ts feat(sync-server): add active-users-quick monitor command 2026-04-21 15:03:42 +02:00
MONITORING-README.md Add active users monitoring command with engagement metrics (#6921) 2026-03-22 23:15:14 +01:00
recover-user.ts feat(super-sync-server): add recover-user data-recovery script 2026-05-22 19:18:40 +02:00
run-all-monitoring.ts fix(sync-server): use compiled JS for monitoring scripts in Docker 2026-03-27 17:33:38 +01:00