{"id":17552522,"url":"https://github.com/plusminus0/headless-jd2-docker","last_synced_at":"2025-04-19T13:26:14.104Z","repository":{"id":191301127,"uuid":"40880612","full_name":"PlusMinus0/headless-jd2-docker","owner":"PlusMinus0","description":"Headless JDownloader 2 Docker Container","archived":false,"fork":false,"pushed_at":"2021-10-13T14:59:09.000Z","size":1078,"stargazers_count":32,"open_issues_count":10,"forks_count":39,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T08:12:32.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlusMinus0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-17T09:13:20.000Z","updated_at":"2025-02-27T21:27:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"dcab2c18-c2f7-43e5-87d7-b13ac83acdc4","html_url":"https://github.com/PlusMinus0/headless-jd2-docker","commit_stats":null,"previous_names":["plusminus0/headless-jd2-docker"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusMinus0%2Fheadless-jd2-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusMinus0%2Fheadless-jd2-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusMinus0%2Fheadless-jd2-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusMinus0%2Fheadless-jd2-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlusMinus0","download_url":"https://codeload.github.com/PlusMinus0/headless-jd2-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249702853,"owners_count":21312767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-21T05:22:59.030Z","updated_at":"2025-04-19T13:26:14.065Z","avatar_url":"https://github.com/PlusMinus0.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/PlusMinus0/headless-jd2-docker.svg?branch=master)](https://travis-ci.com/PlusMinus0/headless-jd2-docker)\n# Supported tags\n * [`latest`, `debian`, `v3.0-debian` (debian.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/debian.Dockerfile)\n * [`alpine`, `v3.0-alpine` (alpine.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/alpine.Dockerfile)\n * [`dev-debian` (debian.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/debian.Dockerfile)\n * [`dev-alpine` (alpine.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/alpine.Dockerfile)\n * [`v2.1` (Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.1/Dockerfile)\n * [`v2.0` (Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.0/Dockerfile)\n\n\n# Running the container\n\n0.  Become root if your user is not part of the docker group:\n\n    ```\n    sudo su\n    ```\n1.  Create a folder on your host for the configuration files (eg. sudo mkdir /config/jd2)\n2.  Run the container:\n\n    ```\n    docker run -d --name jd2 \\\n        -e EMAIL=my@mail.com -e PASSWORD=my_secret_password\n        -v /config/jd2:/opt/JDownloader/cfg \\\n        -v /home/user/Downloads:/opt/JDownloader/Downloads \\\n        plusminus/jdownloader2-headless\n    ```\n\nIf you don't want to specify your credentials on the command line, remove them from the command above (`-e EMAIL=... -e PASSWORD=...`) \nand add them manually to the file`\u003cconfig-dir\u003e/org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in\n\n```\n{ \"email\" : \"my@mail.com\", \"password\" : \"my_secret_password\" }\n```\n    \n# Optional environment variables\nEnvironment Variable | Description\n---------------------|------------\nEMAIL                | The MyJDownloader account e-mail. Is written automatically to config-file, if set.\nPASSWORD             | The MyJDownloader account password. Is written automatically to config-file, if set.\nUID                  | Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 1000.\nGID                  | Specifies the GID for all created files. This only works in combination with the UID. Defaults to 100 for users.\n\nNot setting `UID` / `GID` will default to `1000`:`100`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplusminus0%2Fheadless-jd2-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplusminus0%2Fheadless-jd2-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplusminus0%2Fheadless-jd2-docker/lists"}