Skip to content

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.

Type
plaintext
null or string
Default
nix
null
Declaration

nps.stacks.sabnzbd.enable

Whether to enable SABnzbd.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

Container Aliases

nps.stacks.sabnzbd.containers.sabnzbd

Alias of {option}services.podman.containers.sabnzbd.

Type
plaintext
submodule
Declaration