Skip to content

create a web server with xdcc downloader using docker.

Notifications You must be signed in to change notification settings

einfachTobi/xdcc-downloader-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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.

About

create a web server with xdcc downloader using docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 86.7%
  • Shell 13.3%