Coder Social home page Coder Social logo

docker-nzbget's Introduction

docker-nzbget

This is an nzbget docker container.

The easiest way to use this is probably a fig file:

nzbget:
  image: stono/nzbget 
  environment:
    nzb_password: "YourNzbPassword" // If you dont specify a password, one will be generated for you
  volumes:
    - ./storage:/storage
  ports:
    - "80:6789"
    - "443:6791"

From there you can start it with sudo fig up -d and connect to it on:

Or if you don't want to use fig, this will do the job:

sudo docker run -d -e="nzb_password=YourNzbPassword" && \
  -v "/home/karl/development/git/github/docker-nzbget/storage:/storage" && \
  -p "80:6789" && \
  -p "443:6791" stono/nzbget

Storage

All config / data gets written to /storage/nzbget on the first "fig up", so if you mount in that volume to somewhere on your system, all your configuration will be preserved through docker container updates.

You could mount in your own, already existing config directory if you like.

Info

This is part of a set, all based of the same images, all desgined to eventually piece together.

docker-nzbget's People

Stargazers

 avatar

Watchers

 avatar  avatar

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.