{"id":20131396,"url":"https://github.com/fabwu/jdownloader-install","last_synced_at":"2025-03-02T21:44:53.184Z","repository":{"id":81409306,"uuid":"76988404","full_name":"fabwu/jdownloader-install","owner":"fabwu","description":"🌍 Install JDownloader on Ubuntu Server 16.04","archived":false,"fork":false,"pushed_at":"2023-04-06T07:16:45.000Z","size":5,"stargazers_count":39,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T08:46:56.706Z","etag":null,"topics":["jdownloader","ubuntu"],"latest_commit_sha":null,"homepage":"http://jdownloader.org/","language":null,"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/fabwu.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":"2016-12-20T20:13:02.000Z","updated_at":"2024-12-23T22:36:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"92d39a6a-6895-4bec-851c-7bafe2f197ec","html_url":"https://github.com/fabwu/jdownloader-install","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabwu%2Fjdownloader-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabwu%2Fjdownloader-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabwu%2Fjdownloader-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabwu%2Fjdownloader-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabwu","download_url":"https://codeload.github.com/fabwu/jdownloader-install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577070,"owners_count":19984940,"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":["jdownloader","ubuntu"],"created_at":"2024-11-13T20:48:13.144Z","updated_at":"2025-03-02T21:44:53.156Z","avatar_url":"https://github.com/fabwu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install JDownloader on Ubuntu Server 16.04\n\nInstall Java and get JDownloader with the following commands.\n```\nsudo apt install openjdk-8-jre-headless\nwget http://installer.jdownloader.org/JDownloader.jar\n```\nAfter that move `JDownloader.jar` and change the owner to the user (e.g. `media`) under which JDownloader should be executed.\n```\nsudo mkdir /opt/jdownloader\nsudo mv JDownloader.jar /opt/jdownloader\nsudo chown media:media /opt/jdownloader \n```\nNow we are ready to install JDownloader. Execute this command several times until you get asked for your My JDownloader login credentials on the console.\n```\njava -jar /opt/jdownloader/JDownloader.jar -norestart\n```\nThen create a new systemd unit under `/etc/systemd/system/jdownloader.service` and paste this script.\n```bash\n[Unit]\nDescription=JDownloader Service\nAfter=network.target\n\n[Service]\nEnvironment=JD_HOME=/opt/jdownloader\nType=oneshot\nExecStart=/usr/bin/java -Djava.awt.headless=true -jar /opt/jdownloader/JDownloader.jar\nRemainAfterExit=yes\n# Should be owner of /opt/jdownloader\nUser=media\nGroup=media\n\n[Install]\nWantedBy=multi-user.target\n```\nTo enable JDownloader on startup run this command.\n```\nsudo systemctl enable jdownloader.service\n```\nAfter a reboot you can access your server under https://my.jdownloader.org\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabwu%2Fjdownloader-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabwu%2Fjdownloader-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabwu%2Fjdownloader-install/lists"}