Code Monkey home page Code Monkey logo

Comments (10)

isc30 avatar isc30 commented on September 1, 2024 1

Hey @guim31 marking this issue as completed, can continue the conversation in the other one

from emulerr.

isc30 avatar isc30 commented on September 1, 2024

from emulerr.

guim31 avatar guim31 commented on September 1, 2024

Thanks for your answer.

Unfortunatly I was unable to run your app on my Unraid server (quite a noob, I don't have the skills to edit the config / compiose file to make it work).

from emulerr.

isc30 avatar isc30 commented on September 1, 2024

from emulerr.

guim31 avatar guim31 commented on September 1, 2024

Thanks for your help.
Unraid uses usually a template for the docker containers to be launched.

However I can use docker-compose too.
But when I copy the compose text like this (port 3000 is already in use on my machine) :

emulerr:
  image: isc30/emulerr:latest
  container_name: emulerr
  restart: unless-stopped
  tty: true
  environment:
    - PUID=99
    - PGID=100
    - PORT=3000 # optional, default=3000
    - ED2K_PORT=4662 # optional, default=4662
    - LOG_LEVEL=info # optional, default=info
  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:
    - /mnt/user/appdata/emulerr:/config # required
    - /mnt/user/downloads/nzb_torrents_completed/:/downloads # required

It gives me this error message :
validating /boot/config/plugins/compose.manager/projects/emulerr/docker-compose.yml: (root) Additional property emulerr is not allowed

from emulerr.

isc30 avatar isc30 commented on September 1, 2024

Hi, I have updated the README to better reflect the docker-compose configuration.
In your case it would be:

services:
  emulerr:
    image: isc30/emulerr:latest
    container_name: emulerr
    restart: unless-stopped
    tty: true
    environment:
      - PUID=99
      - PGID=100
    ports:
      - "3000:3000" # web ui
      - "4662:4662" # ed2k tcp
      - "4662:4662/udp" # ed2k udp
      - "4665:4665/udp" # ed2k global search udp (tcp port +3)
    volumes:
      - /mnt/user/appdata/emulerr:/config
      - /mnt/user/downloads/nzb_torrents_completed:/downloads

from emulerr.

guim31 avatar guim31 commented on September 1, 2024

Thanks a lot, it worked !!

I'm now facing a new issue, after 5min of playing with it and 2 downloads added for test purpose, I cannot reach the /download-client or /search pages anymore.
I'm automatically redirected to the homepage.

Should I open a new issue ?

from emulerr.

isc30 avatar isc30 commented on September 1, 2024

from emulerr.

guim31 avatar guim31 commented on September 1, 2024

Yes there are errors :

file:///emulerr/build/server/index.js:1182
    ...downloads.sort(
                 ^

TypeError: Cannot assign to read only property '0' of object '[object Array]'
    at Array.sort (<anonymous>)
    at file:///emulerr/build/server/index.js:1182:18
    at async file:///emulerr/build/server/index.js:144:32

Node.js v20.15.1

> start
> cross-env NODE_ENV=production node ./server.js

[setLogLevel] Setting log level to "info"
[18:10:42][info] [initializeJobs] Initializing jobs...
[18:10:42][info] Express server listening at http://localhost:3000
[18:10:46][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:48][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:49][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:56][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:01][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:05][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:12][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:13][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:21][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:22][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:23][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:23][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:24][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:25][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:25][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:26][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:26][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:27][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:31][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:13:12][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:13:13][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
crond[48]: USER root pid 904 cmd run-parts /etc/periodic/15min

from emulerr.

isc30 avatar isc30 commented on September 1, 2024

from emulerr.

Related Issues (3)

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.