Code Monkey home page Code Monkey logo

emulerr's Introduction

eMulerr

Seamless integration for eD2k/KAD (eMule) networks and Radarr/Sonarr, enjoy.

Running the container

Add the following service to your docker-compose:

services:
  emulerr:
    image: isc30/emulerr:latest
    container_name: emulerr
    restart: unless-stopped
    tty: true
    environment:
      - PUID=1000
      - PGID=1000
      - PORT=3000 # optional, default=3000
      - ED2K_PORT=4662 # optional, default=4662
      - LOG_LEVEL=info # optional, default=info
      - PASSWORD=1234 # optional, user=emulerr
    ports:
      - "3000:3000" # web ui
      - "4662:4662" # ed2k tcp
      - "4662:4662/udp" # ed2k udp
      - "4665:4665/udp" # optional, ed2k global search udp (tcp port +3)
    volumes:
      - ./config:/config # required
      - ./downloads:/downloads # required

(Optional) Add eMulerr as a dependency for Radarr, Sonarr, etc:

 radarr:
   image: lscr.io/linuxserver/radarr:latest
+  depends_on:
+    emulerr:
+      condition: service_healthy

Configuring *rr

In order to get started, configure the Download Client in *RR:

  • Type: qBittorrent
  • Name: emulerr
  • Host: emulerr
  • Port: 3000
  • Username (if using PASSWORD): emulerr
  • Password (if using PASSWORD): PASSWORD (from environment variable)
  • Priority: 50
  • Remove completed: Yes

Also set the Download Client's Remote Path Mappings:

  • Host: emulerr
  • Remote Path: /downloads
  • Local Path: {The /downloads folder inside MOUNTED PATH FOR RADARR}

Then, add a new Indexer in *RR:

  • Type: Torznab
  • Name: emulerr
  • RSS: No
  • Automatic Search: No
  • Interactive Search: Yes
  • URL: http://emulerr:3000/
  • API Key (if using PASSWORD): PASSWORD (from environment variable)
  • Download Client: emulerr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.