Code Monkey home page Code Monkey logo

busybox-nzbget's Introduction

busybox-nzbget

A x86_64 docker image for NZBget on busybox. Total size is about 15 MB. And that is the goal of this docker image: provide a small image.

This nzbget image is not capable of running python scripts.

Get Image Source

git clone https://github.com/sanderjo/busybox-nzbget.git
cd busybox-nzbget

Create Image

sudo docker build --no-cache -t sanderjo/busybox-nzbget .

Note: do not forget the . at the end of the line above!

Preparation

mkdir ~/nzbget-data/
mkdir ~/nzbget-config

Run Image

sudo docker run -d -p 6789:6789 -v ~/nzbget-config:/config -v ~/nzbget-data:/data  sanderjo/busybox-nzbget

Configure NZBget

Access NZBget via http://127.0.0.1:6789/nzbget:tegbzn6789/

Go to Settings -> NEWS-SERVERS and fill out at least one newsserver. Click on "Save All Changes" and then on "Reload NZBget."

Download NZBs

Via the NZBget webinterface and add a NZB. The result should appear in ~/nzbget/data/

Directories

Config directory, plus a bit of logging:

$ ls -al ~/nzbget-config/
total 168
drwxrwxr-x   2 sander sander  4096 nov 10 23:26 .
drwxr-xr-x 166 sander sander 20480 nov 10 23:23 ..
-rw-r--r--   1 root   root      60 nov 10 23:26 bootdate.txt
-rw-r--r--   1 root   root   66458 nov 10 23:31 nzbget.conf
-rw-r--r--   1 root   root   66192 nov 10 23:26 nzbget.conf.bak

Data directory:

$ ls -al ~/nzbget-data
total 48
drwxrwxr-x   7 sander sander  4096 nov 10 23:33 .
drwxr-xr-x 166 sander sander 20480 nov 10 23:23 ..
drwxr-xr-x   3 root   root    4096 nov 10 23:33 dst
drwxr-xr-x   2 root   root    4096 nov 10 23:33 inter
drwxr-xr-x   2 root   root    4096 nov 10 23:33 nzb
drwxr-xr-x   2 root   root    4096 nov 10 23:33 queue
drwxr-xr-x   2 root   root    4096 nov 10 23:33 tmp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.