Reader: monotonic reading progress across devices — saved position only advances, never rewinds (explicit Mark as read/unread still resets). Plus the previously uncommitted v0.2.5–v0.2.8 work (FlareSolverr scraping, Book Info pages, deferred chapter add/delete, scanned/uploaded backup counters, Dropbox upload tuning, four inline editor formatting buttons, migration logging, "New view" needs_review fix, consecutive break-image collapsing, and the related TECHNICAL.md updates). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
470 B
Bash
15 lines
470 B
Bash
POSTGRES_DB=novela
|
|
POSTGRES_USER=novela
|
|
POSTGRES_PASSWORD=change-me
|
|
|
|
# Required for credential encryption/decryption (Fernet) in DB.
|
|
# Keep this stable after first use; changing it breaks decrypt of existing credentials.
|
|
NOVELA_MASTER_KEY=change-me-long-random-secret
|
|
|
|
# Path for backup manifest/config inside container (default: config)
|
|
CONFIG_DIR=config
|
|
|
|
# Host ports (override per environment; the real stack uses different values)
|
|
NOVELA_PORT=8099
|
|
ADMINER_PORT=8098
|