Radarr - Config - Host Config¶
Configuration options for radarr config hostConfig.
Available Options
This page documents 36 configuration options.
nixflix.radarr.config.hostConfig¶
Host configuration options that will be set via the API /config/host endpoint
| Type | submodule |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.analyticsEnabled¶
Enable analytics
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.applicationUrl¶
Application URL
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.authenticationMethod¶
Authentication method
| Type | one of "none", "basic", "forms", "external" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.authenticationRequired¶
Authentication requirement level
| Type | one of "enabled", "disabled", "disabledForLocalAddresses" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.backupFolder¶
Backup folder name
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.backupInterval¶
Backup interval in days
| Type | signed integer |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.backupRetention¶
Backup retention in days
| Type | signed integer |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.bindAddress¶
Address to bind to
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.branch¶
Update branch
| Type | string |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.certificateValidation¶
Certificate validation
| Type | one of "enabled", "disabled", "disabledForLocalAddresses" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.consoleLogLevel¶
Console log level
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.enableSsl¶
Enable SSL
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.instanceName¶
Instance name
| Type | string |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.launchBrowser¶
Launch browser on start (not applicable for NixOS services)
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.logLevel¶
Log level
| Type | one of "info", "debug", "trace" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.logSizeLimit¶
Log size limit in MB
| Type | signed integer |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.password¶
Password for web interface authentication.
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 | null or string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.port¶
Port the service listens on
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyBypassFilter¶
Proxy bypass filter
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyBypassLocalAddresses¶
Proxy bypass local addresses
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyEnabled¶
Enable proxy
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyHostname¶
Proxy hostname
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyPassword¶
Proxy password
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/radarr.nix |
nixflix.radarr.config.hostConfig.proxyPort¶
Proxy port
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyType¶
Proxy type
| Type | one of "http", "socks4", "socks5" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.proxyUsername¶
Proxy username
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/radarr.nix |
nixflix.radarr.config.hostConfig.sslCertPassword¶
SSL certificate password
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/radarr.nix |
nixflix.radarr.config.hostConfig.sslCertPath¶
SSL certificate path
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.sslPort¶
SSL port
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.trustCgnatIpAddresses¶
Trust CGNAT IP addresses
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.updateAutomatically¶
Update automatically
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.updateMechanism¶
Update mechanism
| Type | one of "builtIn", "script", "external", "docker" |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.updateScriptPath¶
Update script path
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.urlBase¶
URL base path
| Type | string |
| Default | |
| Example | |
| Declared in | modules/radarr.nix |
nixflix.radarr.config.hostConfig.username¶
Username for web interface authentication.
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 | null or string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/radarr.nix |