-
Notifications
You must be signed in to change notification settings - Fork 5
Sabnzbd Extras
Timothy Schneider edited this page Mar 11, 2025
·
1 revision
Update:
sudo apt update && sudo apt upgrade -y
sudo apt install --reinstall python3-openssl
sudo pip3 install --upgrade pip
sudo pip3 install --upgrade certbot pyOpenSSL
Edit the sabnzbd.ini:
nano .sabnzbd/sabnzbd.ini
Scroll down to host_whitelist = sabnzbd
and change it to
host_whitelist = sabnzbd, sabnzbd.domain.you.configured.com, localhost, 127.0.0.1
Restart the service:
sudo systemctl restart sabnzbd