Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ilteoood/xdcc-mule

xdcc-mule port to NodeJS
https://github.com/ilteoood/xdcc-mule

Last synced: 3 months ago
JSON representation

xdcc-mule port to NodeJS

Awesome Lists containing this project

README

        

# xdcc-mule

This tool aims to be a NodeJS porting of the homonymous tool written for mIRC.

## Usage

It is available as docker image: ```ilteoood/xdcc-mule```.

## Configuration

```yaml
version: "2"
services:
transmission:
image: ilteoood/xdcc-mule
container_name: xdcc-mule
environment:
- DATABASE_URL=your-db-url
- NICKNAME=your-nickname
- DOWNLOAD_PATH=/your/download/path
volumes:
- /your/mount:/your/download/path
ports:
- 3000:3000
restart: unless-stopped
```