Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilteoood/xdcc-mule
- Owner: ilteoood
- License: mit
- Created: 2023-12-22T10:10:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T09:54:43.000Z (5 months ago)
- Last Synced: 2024-10-05T12:57:18.578Z (3 months ago)
- Language: TypeScript
- Size: 243 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```