rix1337/docker-myjd-api

By rix1337

Updated 21 days ago

A simple json interface for the MyJDownloader API to be used with Organizr

Image
2

1M+

rix1337/docker-myjd-api repository overview

docker-myjd-api

PyPI version Github Sponsorship

This is a standalone version of FeedCrawler's MyJDownloader API for use with projects like Organizr.

Run

docker run -d \
  --name="MyJD-API" \
  -p port:8080 \
  -v /path/to/config/:/config:rw \
  -e USER=USERNAME \ 
  -e PASS=PASSWORD \
  -e DEVICE=DEVICENAME \
  rix1337/docker-myjd-api

Optional Parameters

  • -e USER (after first run, if unchanged)
  • -e PASS (after first run, if unchanged)
  • -e DEVICE (always, if only one device is present at MyJD-Account, otherwise after first run, if unchanged)
JDownloader is expected to be running and connected to my.jdownloader.org - the script will otherwise fail to launch.
Wrap complex passwords in quotes "

Credits

Tag summary

Content type

Image

Digest

sha256:d2d16d35f

Size

177.7 MB

Last updated

21 days ago

docker pull rix1337/docker-myjd-api:1.2.6