mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| analyze-storage.ts | ||
| backup.sh | ||
| build-and-push.sh | ||
| clear-data.ts | ||
| delete-user.ts | ||
| deploy.sh | ||
| docker-monitor.sh | ||
| health-alert.sh | ||
| monitor.ts | ||
| MONITORING-README.md | ||
| run-all-monitoring.ts | ||