feat: workplace filter, job dedup, company skip docs, deploy notes
- Add remote/orchestrator filter by workplace (remote, not remote, unknown) with URL param - Expose isRemote on job list API; canonicalize URLs and source_job_id dedup on import - Onboarding: optional VITE_SKIP_RXRESUME_ONBOARDING for RxResume-free onboarding - Scoring UI + docs for company skip list; pipeline-run dedup note - Vitest: TZ=UTC for stable time-based tests - DEPLOY_GITEA_VM_CRON_TELEGRAM.md for VM/cron/Telegram ops Made-with: Cursor
This commit is contained in:
@@ -23,6 +23,10 @@ RXRESUME_PASSWORD=your_password_here
|
||||
BASIC_AUTH_USER=
|
||||
BASIC_AUTH_PASSWORD=
|
||||
|
||||
# Optional: client build only — skip RxResume steps in the onboarding wizard (search without PDF export).
|
||||
# Set when running `npm run build:client` / Vite dev server; not read by the Docker Node server.
|
||||
# VITE_SKIP_RXRESUME_ONBOARDING=true
|
||||
|
||||
# Public base URL used to generate tracer links when PDFs are created by
|
||||
# background/pipeline runs (where request host cannot be inferred).
|
||||
# Example: JOBOPS_PUBLIC_BASE_URL=https://jobops.example.com
|
||||
|
||||
Reference in New Issue
Block a user