Skip to main content

Configuration

Fetcharr takes use of YAML for configuration. It allows for easy and flexible configuration, without having to configure everything in a UI. Fetcharr has some extra capabilities1, which allow for more flexability:

  • You can split up your configuration file using YAML includes, allowing you to segment some configuration properties into their own files. That way, you can have a configuration file for each type of instance.
  • You can specify configuration properties outside of your configurtion file. Fetcharr has support for reading environment variables and secrets, to prevent leaking API keys and other sensitive information.

To get started, head over to Basic Setup.

Schema Validation

Go to Schema Validation for detailed instructions.

Footnotes

  1. Some of these features - notibly secrets, environment variables and includes - were heavily inspired by the Recyclarr project, as listed on Introduction. Their implementation is nicely implemented, easy to use and genuinely useful.