SABnzbd
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 18 | 01 Apr 2026 | |
| 1/stable | 15 | 14 Mar 2026 |
juju deploy sabnzbd-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
credential-rotation | string
Default: disabled
Auto-rotate API key and sync to related apps. Options: disabled, daily, monthly, yearly
-
host-whitelist | string
Additional hostnames to allow in SABnzbd's hostname verification check. Comma-separated list of hostnames (e.g. "my.tailscale.host, proxy.example.com"). Set to * to disable hostname checking entirely (not recommended for production). The app name and localhost are always included by default. See: https://sabnzbd.org/wiki/extra/hostname-check.html
-
ingress-path | string
URL path prefix for ingress routing. Defaults to app name if unset.
-
ingress-port | int
Default: 80
Port for the Istio ingress gateway listener.
-
log-level | string
Default: info
Application log level for the charm. One of: trace, debug, info, warn, error
-
timezone | string
Default: Etc/UTC
IANA timezone (e.g., America/New_York, Europe/London)
-
unsafe-mode | boolean
Allow workload to run without VPN protection. When false (default), the charm blocks until a vpn-gateway relation is added. When true, the charm reconciles without requiring VPN, exposing your IP to indexers.