developeranaz / Jdownloader-2-Rclone-Heroku

43 stars 39 forks source link

issue with vps image #5

Open mohitjoshi155 opened 2 years ago

mohitjoshi155 commented 2 years ago

i followed your instructions for running on vps but it didnt show the jdownloader on their site i am attaching logs for your reference _zen_kilby_logs.txt

developeranaz commented 2 years ago

i'll fix it

developeranaz commented 2 years ago

fixed, now it will works on heroku & VPS

mohitjoshi155 commented 2 years ago

fixed, now it will works on heroku & VPS

yes it works now tysm

mohitjoshi155 commented 2 years ago

i m having another problem now.... files transfer to rclone work fine but folders doesnt seem to be transfering?

developeranaz commented 2 years ago

I hadn't configured folders and archive uploads, i'll do it later

markosc commented 2 years ago

Well, with herku, I just got banned when decompressing a file jdownloader used SHA-256 🥇

nimma0001 commented 2 years ago

How to install without docker on vps

developeranaz commented 2 years ago

see jdownloader official page

i think

  1. install latest java-sdk(a jar file runner)
  2. Then download jdownloader jar file
  3. run jar using java( initial setup need a gui )
nimma0001 commented 2 years ago

I am already running that and using rclone for sync. But this version of ur docker doesn't have ffmpeg if not build from repo

developeranaz commented 2 years ago

yea i get it, the problem is i did forget what i done in that container. need to rebuilt them .

developeranaz commented 2 years ago

I am already running that and using rclone for sync. But this version of ur docker doesn't have ffmpeg if not build from repo

use


 docker run -itd developeranaz/jd2rclone:vpsbeta jd -u 'email@gmail.com' -p 'Mystrongpass' -c 'https://yourconf.in.raw.gist/rclone.conf' 
nimma0001 commented 2 years ago

Ok thanks checking