FYI: sabnzbd-py3 now in linuxserver/sabnzbd:unstable

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

FYI: sabnzbd-py3 now in linuxserver/sabnzbd:unstable

Post by sander »

A nice FYI:


sabnzbd-py3 (based on the jcfp's private PPA) is now in linuxserver/sabnzbd:unstable

Easy test:

Code: Select all

docker run -p 8080:8080 -p 9090:9090 linuxserver/sabnzbd:unstable
and you get it:

Code: Select all

2020-01-05 18:07:03,044::INFO::[sabnzbdplus:1097] --------------------------------
2020-01-05 18:07:03,045::INFO::[sabnzbdplus:1098] sabnzbdplus-3.0.0-develop (rev=unknown)
2020-01-05 18:07:03,046::INFO::[sabnzbdplus:1099] Full executable path = /usr/bin/sabnzbdplus
2020-01-05 18:07:03,051::INFO::[sabnzbdplus:1109] Platform = posix
2020-01-05 18:07:03,052::INFO::[sabnzbdplus:1110] Python-version = 3.6.9 (default, Nov  7 2019, 10:44:02) 
[GCC 8.3.0]
2020-01-05 18:07:03,053::INFO::[sabnzbdplus:1111] Arguments = /usr/bin/sabnzbdplus --config-file /config --server 0.0.0.0:8080
2020-01-05 18:07:03,055::INFO::[sabnzbdplus:1114] Preferred encoding = UTF-8
2020-01-05 18:07:03,056::INFO::[sabnzbdplus:1121] SSL version = OpenSSL 1.1.1  11 Sep 2018
Full usage instruction on https://hub.docker.com/r/linuxserver/sabnzbd/

This is good news for people already using linuxserver sabnzbd, on Linux or on NAS (synology?) devices.
Post Reply