Skip to content

Discoverr 2.1.0

Choose a tag to compare

@loafdaddy loafdaddy released this 19 Jul 11:41

Discoverr 2.1.0 — configurable post time

Set when daily recommendations are posted using simple env vars.

Highlights

  • POST_TIME=HH:MM (24-hour) with TZ for timezone-aware daily posts
  • Alternatives: POST_HOUR / POST_MINUTE, or full CRON_SCHEDULE (overrides simple options)
  • Clearer log line: Scheduled discovery: every day at 18:30 …
  • Docs and .env.example updated

Upgrade from 2.0.0

git pull
docker compose up -d --build

Optional .env:

POST_TIME=18:30
TZ=America/New_York

If you already use CRON_SCHEDULE, it still works and takes precedence.

Install

git clone https://github.com/loafdaddy/discoverr-bot.git
cd discoverr-bot
git checkout v2.1.0
cp .env.example .env
# fill required values + POST_TIME / TZ
docker compose up -d --build
docker logs -f discoverr

Full setup: SETUP.md
Release notes: docs/RELEASES.md

AI note: Parts of this release were developed with AI assistance. AI-assisted contributions remain welcome — see CONTRIBUTING.md.