SABnzbd Setup Guide - ajgillis04/GillisDockerDepot GitHub Wiki
SABnzbd Setup Guide
Introduction
SABnzbd is a free and easy-to-use binary newsreader. It simplifies the process of downloading from Usenet and can automate your downloads.
Prerequisites
- Docker installed
- SABnzbd container running in your Docker stack
Configuration Steps
Step 1: Accessing the SABnzbd UI
- Open your browser and navigate to
http://<your-ip-address>:8080
. - Follow the initial setup wizard to configure basic settings.
Step 2: Initial Setup Wizard
- Choose your preferred language for the SABnzbd interface.
- Enter your Usenet provider details (server address, port, username, and password).
- Configure download directories:
- Temporary Download Folder: Specify where incomplete downloads will be stored.
- Completed Download Folder: Specify where completed downloads will be moved.
Step 3: Adding Categories
- Navigate to
Config
in the top-right menu. - Go to the
Categories
tab. - Add new categories as needed, specifying the default paths for each category.
- Click
Save
.
Step 4: Configuring Indexers
- Navigate to
Config
in the top-right menu. - Go to the
Indexers
tab. - Add your indexers by entering the necessary API keys or login credentials.
- Click
Save
.
Step 5: Setting Up Post-Processing Scripts
- Navigate to
Config
in the top-right menu. - Go to the
Folders
tab. - Add post-processing scripts if necessary by specifying the script directory path.
- Click
Save
.
Step 6: Customizing Settings
- Go to the
Config
section. - Customize the settings according to your preferences (e.g., scheduling, notifications).
- Click
Save
.
Notes
- Ensure all paths and environment variables are updated in the
sabnzbd.yaml
file. - Regularly backup your
config
directory to save your settings.
Troubleshooting
- Common Issues: List common issues and solutions.
- Logs: Check SABnzbd logs for error messages.
- Support: Link to the SABnzbd community and support resources.