Some checks failed
CI / Linting (Biome) (push) Failing after 41s
CI / Tests (push) Successful in 5m22s
CI / Type Check (adzuna-extractor) (push) Successful in 1m8s
CI / Type Check (gradcracker-extractor) (push) Successful in 1m14s
CI / Type Check (hiringcafe-extractor) (push) Successful in 1m10s
CI / Type Check (orchestrator) (push) Successful in 1m26s
CI / Type Check (startupjobs-extractor) (push) Successful in 1m10s
CI / Type Check (ukvisajobs-extractor) (push) Successful in 1m11s
CI / Documentation (push) Successful in 1m59s
Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
# Copy to /root/.jobber-cron.env and chmod 600. Do not commit real values.
|
|
#
|
|
# TELEGRAM_CHAT_ID: from getUpdates → result[0].message.chat.id
|
|
# Private DMs: usually the same as your Telegram user id.
|
|
TELEGRAM_BOT_TOKEN=""
|
|
TELEGRAM_CHAT_ID=""
|
|
JOBOPS_URL="http://127.0.0.1:3005"
|
|
|
|
# Optional: cap how many job lines (title + link) are appended to the Telegram message (default 25).
|
|
# JOB_TELEGRAM_MAX_JOBS=25
|
|
|
|
# Optional: override POST /api/pipeline/run sources (comma-separated). If unset, the server default applies.
|
|
# Canada + QA automation + fully remote (see JOBBER_CRON_* below):
|
|
# JOBBER_PIPELINE_SOURCES=linkedin,indeed,glassdoor,qajobsboard,arcdev,eluta,bctenet
|
|
|
|
# Optional: applied via PATCH /api/settings immediately before each scheduled run (ilia profile when BASIC_AUTH_USER=ilia).
|
|
# JOBBER_CRON_SEARCH_CITIES=Canada
|
|
# JOBBER_CRON_JOBSPY_COUNTRY=Canada
|
|
# JOBBER_CRON_WORKPLACE_TYPES=remote
|
|
# JOBBER_CRON_SEARCH_TERMS=QA Automation Engineer|SDET|Software Development Engineer in Test|QA Engineer|Software Test Engineer|Test Automation Engineer|Quality Assurance Engineer|Software Quality Engineer|Automation Developer|Test Engineer
|
|
|
|
# Optional — only if BASIC_AUTH_USER / BASIC_AUTH_PASSWORD are set in Jobber .env (use one pair; cron runs as a single identity)
|
|
# BASIC_AUTH_USER=""
|
|
# BASIC_AUTH_PASSWORD=""
|
|
# BASIC_AUTH_USER_2=""
|
|
# BASIC_AUTH_PASSWORD_2=""
|