Skip to content

Docker container for the binary Usenet client NewsLeecher

Notifications You must be signed in to change notification settings

lucasheld/newsleecher-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for NewsLeecher

NewsLeecher is a binary Usenet client.


Usage

$ docker run -d \
    --name=newsleecher \
    -p 5800:5800 \
    -p 5900:5900 \
    -e USER_ID=1000 \
    -e GROUP_ID=1000 \
    -v /path/to/storage:/storage \
    -v /path/to/config:"/wine/drive_c/users/app/Application Data/NewsLeecher" \
    lucasheld/newsleecher

The volume /storage can be used to store downloads or extracted .nzb files.

The volume /wine/drive_c/users/app/Application Data/NewsLeecher contains NewsLeecher application data.

Accessing the GUI

Assuming that container's ports are mapped to the same host's ports, the graphical interface of the application can be accessed via:

  • A web browser:
http://<HOST-IP>:5800
  • Any VNC client:
<HOST-IP>:5900

More information

More information is avaiable in the base image repository.

About

Docker container for the binary Usenet client NewsLeecher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published