feat: scan on startup by default + README first-run walkthrough & screenshots #102
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes a fresh install usable out of the box and rounds out the public-facing README.
Changes
Default()+config.example.yaml(the live config baked into the image) now setscan_on_startup: true. Previously a fresh stack came up with an empty library and no hint to scan. Scans are incremental (mtime skip), so the per-restart cost is just a directory walk. The env-override test was re-pointed to exercise the override against the new default.docs/screenshots/, referenced via width-constrained<img>wrapped in a link (shrink inline + click to open full size). Live API token and invite token were cropped/redacted out of the captures before commit, so no credential lands in public history.CI green on dev @
97e0e884(run 1353).🤖 Generated with Claude Code