User Tools

Site Tools


systems:docker_main:install_docker_containers:install_sabnzbd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:docker_main:install_docker_containers:install_sabnzbd [2021/07/15 17:36] – created petersystems:docker_main:install_docker_containers:install_sabnzbd [2021/07/16 08:10] (current) – [Install SABnzbd] peter
Line 9: Line 9:
 ---- ----
  
-Install+===== Create the SABnzbd Directories ===== 
 + 
 +SABnzbd will store its configuration data in a directory on the Host VM. 
 + 
 +On the Ubuntu VM Host, create a directory for this config data.
  
 <code bash> <code bash>
 +mkdir /home/peter/sabnzbd
 +mkdir /home/peter/sabnzbd/config
 +mkdir /home/peter/sabnzbd/downloads
 +mkdir /home/peter/sabnzbd/downloads-incomplete
 +</code>
 +
 +<WRAP info>
 +**NOTE:** The **downloads** directory will be used by other services too, so not within the **sabnzbd** directory.
 +</WRAP>
 +
 +
 +----
 +
 +===== Determine the UID and GID =====
 +
 +On the Ubuntu VM Host:
 +
 +<code bash>
 +id peter
 +</code>
 +
 +returns:
 +
 +<code bash>
 +uid=1000(peter) gid=1000(peter) groups=1000(peter)...
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Take a note of the UID and GID numbers.
 +
 +  * In this case 1000.
 +</WRAP>
 +
 +----
 +
 +===== Install SABnzbd =====
 +
 +In Portainer:
 +
 +  * Select **Stack**.
 +  * Click **Add Stack**.
 +  * Name:  **SABnzbd**.
 +  * Web editor: <file bash docker-compose>
 --- ---
 version: "2.1" version: "2.1"
Line 30: Line 77:
       - 9090:9090       - 9090:9090
     restart: unless-stopped     restart: unless-stopped
-</code>+</file> 
 + 
 +---- 
 + 
 +===== Confirm SABnzbd is running ===== 
 + 
 +Open Portainer. 
 + 
 +Press **F5** to refresh. 
 + 
 +<WRAP info> 
 +**NOTE:** This should show the SABnzbd container running. 
 +</WRAP> 
 + 
 +---- 
 + 
 +===== Open SABnzbd ===== 
 + 
 +Visit http://192.168.1.30:8989 in a browser. 
 + 
 +<WRAP info> 
 +**NOTE:**  The IP address is whatever the Ubuntu VM is using. 
 + 
 +  * The **8080** port is the port configured for SABnzbd. 
 +</WRAP> 
 + 
 +---- 
 + 
 +===== SABnzbd Quick-Start Wizard ===== 
 + 
 +The Wizard will run. 
 + 
 +{{:systems:docker_main:install_docker_containers:sabnzbd_-_quick-start_wizard.png?600|}} 
 + 
 + 
 +{{:systems:docker_main:install_docker_containers:sabnzbd_-_quick-start_wizard_-_server_details.png?600|}} 
  
 +{{:systems:docker_main:install_docker_containers:sabnzbd_-_quick-start_wizard_-_setup_complete.png?600|}}
systems/docker_main/install_docker_containers/install_sabnzbd.1626370575.txt.gz · Last modified: 2021/07/15 17:36 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki