blumeops/docs/changelog.d
Erich Blume 1e13d4b83d Fix Navidrome automatic library scan schedule (#101)
## Summary
- Fix env var name from `ND_SCANSCHEDULE` to `ND_SCANNER_SCHEDULE` (Navidrome uses viper config where dots become underscores)
- Use explicit `@every 1h` format for clarity
- Reorder CLAUDE.md rules to emphasize running zk-docs first

## Root Cause
Navidrome logs showed "Periodic scan is DISABLED" at startup despite the env var being set. The config key is `scanner.schedule`, which translates to `ND_SCANNER_SCHEDULE` (not `ND_SCANSCHEDULE`).

## Deployment and Testing
- [ ] Sync navidrome app: `argocd app sync navidrome`
- [ ] Verify pod restarts with new env var
- [ ] Check logs for "Scheduling scanner" message instead of "Periodic scan is DISABLED"
- [ ] Wait ~1 hour and confirm scan runs automatically

🤖 Generated with [Claude Code](https://claude.ai/code)

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/101
2026-02-04 07:23:12 -08:00
..
.gitkeep Add towncrier changelog system (#86) 2026-02-03 11:48:13 -08:00
fix-navidrome-scan-schedule.bugfix.md Fix Navidrome automatic library scan schedule (#101) 2026-02-04 07:23:12 -08:00
remove-icloud-photos-backup.ai.md Remove iCloud Photos from borgmatic backup (#100) 2026-02-04 07:09:28 -08:00
remove-icloud-photos-backup.feature.md Remove iCloud Photos from borgmatic backup (#100) 2026-02-04 07:09:28 -08:00
remove-icloud-photos-backup.infra.md Remove iCloud Photos from borgmatic backup (#100) 2026-02-04 07:09:28 -08:00
zk-docs-troubleshooting.doc.md Add troubleshooting how-to to zk-docs (#99) 2026-02-04 06:44:23 -08:00