Skip to content

docs: fix backup-check config example to TOML - #55

Merged
bakerboy448 merged 1 commit into
Notifiarr:mainfrom
bakerboy448:docs/fix-backup-config-toml
Jul 3, 2026
Merged

docs: fix backup-check config example to TOML#55
bakerboy448 merged 1 commit into
Notifiarr:mainfrom
bakerboy448:docs/fix-backup-config-toml

Conversation

@bakerboy448

Copy link
Copy Markdown
Collaborator

Follow-up to #43. The backup-corruption config snippet was written in YAML but labeled notifiarr.conf — which is a TOML file — and used camelCase apiKey. Copy-pasting it would not work.

Converts it to the real notifiarr.conf format, matching examples/notifiarr.conf.example:

[[radarr]]
  name     = "Radarr"
  url      = "http://127.0.0.1:7878"
  api_key  = "your-api-key"
  username = "your-web-ui-username"
  password = "your-web-ui-password"

Also updates the "same keys apply" line to reference the [[sonarr]] / [[lidarr]] / [[readarr]] / [[prowlarr]] tables. mkdocs build --strict passes.

The example added in Notifiarr#43 was YAML syntax labeled as notifiarr.conf, which is
a TOML file, and used camelCase apiKey. Convert to the actual notifiarr.conf
format ([[radarr]] array-of-tables, api_key) matching examples/notifiarr.conf.example
so the snippet is copy-pasteable.
@bakerboy448
bakerboy448 merged commit 7687024 into Notifiarr:main Jul 3, 2026
1 of 2 checks passed
@bakerboy448
bakerboy448 deleted the docs/fix-backup-config-toml branch July 3, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant