- Add glassdoor to DEFAULT_CONFIG so POST /api/pipeline/run with {} runs JobSpy trio.
- jobber-pipeline-telegram.sh: optional JOBBER_PIPELINE_SOURCES for explicit source list.
- Deploy doc: WAL checkpoint + rsync jobs.db to VM for profiles/settings/jobs.
Made-with: Cursor
19 lines
781 B
Plaintext
19 lines
781 B
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.
|
|
# Example (matches typical JobSpy bundle + UK sources):
|
|
# JOBBER_PIPELINE_SOURCES=gradcracker,indeed,linkedin,glassdoor,ukvisajobs
|
|
|
|
# Optional — only if BASIC_AUTH_USER / BASIC_AUTH_PASSWORD are set in Jobber .env
|
|
# BASIC_AUTH_USER=""
|
|
# BASIC_AUTH_PASSWORD=""
|