SMTP
  • Host
  • Port587
  • User
  • Password set no
  • SecuritySTARTTLS
  • Fromscraper@industrialminerals.ch
  • Default recipients
    ops@example.com
Scheduler
  • Active scheduled links 8
Public URL
Required environment variables:
  • DATABASE_URL — PostgreSQL DSN
  • REDIS_URL — Redis for RQ + scheduler
  • SCRAPER_DB_KEY — Fernet key for encrypted auth blobs
  • PUBLIC_FQDN — scrapers FQDN e.g. scraper.industrialminerals.ch
Optional (alerts):
  • SMTP_HOST / SMTP_PORT / SMTP_USER / SMTP_PASSWORD / SMTP_SECURITY / SMTP_DEFAULT_FROM / SMTP_DEFAULT_RECIPIENTS_CSV
Source secrets storage
Source headers_json and auth_payload_json are encrypted at rest using the Fernet key in SCRAPER_DB_KEY. The SMTP password is pulled straight from SMTP_PASSWORD at send time — it is never logged or persisted.