Maintainerr - Settings¶
Configuration options for maintainerr settings.
Available Options
This page documents 7 configuration options.
nixflix.maintainerr.settings.forceJellyfinToIgnoreEmptyMediaFolders¶
Forces jellyfin to ignore shows where all media files have been removed but the folder itself still exists.
This likely represents the case of shows that have been entirely watched and deleted, but are still monitored for future episodes by Sonarr.
| Type | boolean |
| Default | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.jellyfin.jellyfin_api_key¶
API Key for Jellyfin
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.jellyfin.jellyfin_url¶
URL to access Jellyfin
| Type | string |
| Default | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.jobs.collection_handler_job_cron¶
Cron schedule for the collection handler job.
| Type | string |
| Default | |
| Example | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.jobs.rules_handler_job_cron¶
Cron schedule for the rules handler job.
| Type | string |
| Default | |
| Example | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.seerr.api_key¶
API Key for Seerr.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.seerr.url¶
URL to access Seerr.
| Type | string |
| Default | |
| Declared in | modules/maintainerr/settings/options.nix |