From efcc951b453c0549f3ce03e54825727e7c2d1429 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 19 Aug 2020 15:59:36 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-sabnzbd.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/images/docker-sabnzbd.md b/images/docker-sabnzbd.md index 178a30cfaa..40faa709b9 100755 --- a/images/docker-sabnzbd.md +++ b/images/docker-sabnzbd.md @@ -33,7 +33,7 @@ This image provides various versions that are available via tags. `latest` tag u | Tag | Description | | :----: | --- | | latest | Stable SABnzbd releases | -| unstable | Beta/Stable SABnzbd releases at edge | +| unstable | Pre-releases from their GitHub | ## Usage @@ -49,9 +49,9 @@ docker create \ -e TZ=Europe/London \ -p 8080:8080 \ -p 9090:9090 \ - -v :/config \ - -v :/downloads \ - -v :/incomplete-downloads `#optional` \ + -v /path/to/data:/config \ + -v /path/to/downloads:/downloads \ + -v /path/to/incomplete/downloads:/incomplete-downloads `#optional` \ --restart unless-stopped \ linuxserver/sabnzbd ``` @@ -73,10 +73,10 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config - - :/downloads + - /path/to/data:/config + - /path/to/downloads:/downloads volumes: - - :/incomplete-downloads #optional + - /path/to/incomplete/downloads:/incomplete-downloads #optional ports: - 8080:8080 - 9090:9090 @@ -147,7 +147,11 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup Initial setup is done from the http port. + +In Sabnzbd gui settings, under `Folders`, make sure to set the `Completed Download Folder` as `/downloads` and the `Temporary Download Folder` as `/incomplete-downloads` + Https access for sabnzbd needs to be enabled in either the intial setup wizard or in the configure settings of the webui, be sure to use 9090 as port for https. + See here for info on some of the switch settings for sabnzbd https://sabnzbd.org/wiki/configuration/2.3/switches . @@ -170,6 +174,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **17.08.20:** - Run from source with python3 instead of ppa, remove python2 completely, symlink `python` to `python3`. * **02.01.20:** - Add python3 on top of python2 to image during transition. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **25.02.19:** - Rebase to Bionic, add python deps for scripts.