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
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-media-nzbget
- Owner: ghudiczius
- License: wtfpl
- Created: 2021-07-18T22:50:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T08:04:14.000Z (7 months ago)
- Last Synced: 2025-05-07T06:46:51.912Z (5 months ago)
- Topics: docker, media-library, nzbget
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```