sabnzbd
Usenet client
Example
nix
{
nps.stacks.sabnzbd = {
enable = true;
configIni = ''
[misc]
host_whitelist_entry = sabnzbd.example.com
'';
};
}Stack Options
nps.stacks.sabnzbd.configIni
SABnzbd configuration mounted as /config/sabnzbd.ini in the container.
The final configuration file will be templated with gomplate, so secrets can be read from files or environment variables.
See https://sabnzbd.org/wiki/configuration/5.0/configure
If left null, the configuration will be generated by SABnzbd on first start and can be configured via the web interface.
nps.stacks.sabnzbd.enable
Whether to enable SABnzbd.
Container Aliases
nps.stacks.sabnzbd.containers.sabnzbd
Alias of {option}services.podman.containers.sabnzbd.
