Skip to content

create a web server with xdcc downloader using docker.

Notifications You must be signed in to change notification settings

7eXx/xdcc-downloader-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xdcc Downloader Docker

This project aim to create a docker image containing all xdcc dependencies and funcionalities.
The image expose port 8888 as web access port.

alt name

Docker compose

Use the docker-compose file to build and run the container in once.

$ docker-compose up -d

OR

$ docker-compose up -d --build

It will map the /download folder to the /downloads container folder.
So edit the XdccDownload Settings throw the interface to download the file in that folder.