An open API service indexing awesome lists of open source software.

https://github.com/ghudiczius/docker-media-nzbget

Simple docker image for NZBGet, an efficient, open-source Usenet software designed for downloading binary content from Usenet newsgroups
https://github.com/ghudiczius/docker-media-nzbget

docker media-library nzbget

Last synced: 5 months ago
JSON representation

Simple docker image for NZBGet, an efficient, open-source Usenet software designed for downloading binary content from Usenet newsgroups

Awesome Lists containing this project

README

          

# NZBGet

Simple docker image for NZBGet without any bloat, built on the official alpine image. NZBGet runs as user `nzbget` with `uid` and `gid` `1000` and listens on port `6789`.

## Usage

```sh
docker run --rm ghudiczius/nzbget: \
-p 6789:6789 \
-v path/to/config:/config \
-v path/to/downloads:/downloads
```

or

```sh
docker run --rm registry.gitlab.jmk.hu/media/nzbget: \
-p 6789:6789 \
-v path/to/config:/config \
-v path/to/downloads:/downloads
```