{"id":15502829,"url":"https://github.com/j-siu/docker_mldonkey","last_synced_at":"2026-04-30T17:31:12.937Z","repository":{"id":132734632,"uuid":"277916540","full_name":"J-Siu/docker_mldonkey","owner":"J-Siu","description":"Docker - mldonkey with UID and GID handling.","archived":false,"fork":false,"pushed_at":"2025-10-02T18:07:48.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T20:17:47.771Z","etag":null,"topics":["docker","mldonkey"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/J-Siu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-07-07T20:34:02.000Z","updated_at":"2025-10-02T18:07:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"dae504b2-9377-47e0-8958-c81635456910","html_url":"https://github.com/J-Siu/docker_mldonkey","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/J-Siu/docker_mldonkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-Siu%2Fdocker_mldonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-Siu%2Fdocker_mldonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-Siu%2Fdocker_mldonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-Siu%2Fdocker_mldonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J-Siu","download_url":"https://codeload.github.com/J-Siu/docker_mldonkey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-Siu%2Fdocker_mldonkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","mldonkey"],"created_at":"2024-10-02T09:11:14.329Z","updated_at":"2026-04-30T17:31:12.900Z","avatar_url":"https://github.com/J-Siu.png","language":"Shell","funding_links":["https://www.paypal.com/donate/?business=HZF49NM9D35SJ\u0026no_recurring=0\u0026currency_code=CAD"],"categories":[],"sub_categories":[],"readme":"# Docker - mldonkey with UID and GID handling [![Paypal donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?business=HZF49NM9D35SJ\u0026no_recurring=0\u0026currency_code=CAD)\n\n\u003e This docker image no longer build as `mldonkey` is removed from Alpine Linux packages. (2022)\n\n### Table Of Content\n\u003c!-- TOC --\u003e\n\n- [Build](#build)\n- [Usage](#usage)\n  - [Host Directories and Volume Mapping](#host-directories-and-volume-mapping)\n  - [Run](#run)\n  - [Compose](#compose)\n- [Repository](#repository)\n- [Contributors](#contributors)\n- [Change Log](#change-log)\n- [License](#license)\n\n\u003c!-- /TOC --\u003e\n\n### Build\n\n```sh\ngit clone https://github.com/J-Siu/docker_mldonkey.git\ncd docker_mldonkey\ndocker build -t jsiu/mldonkey .\n```\n\n### Usage\n\n#### Host Directories and Volume Mapping\n\nHost|Inside Container|Mapping Required|Usage\n---|---|---|---\n${MLD_CNF}|/mld/.mldonkey/|yes|mldonkey directory\n${MLD_UID}|PUID|yes|amule uid\n${MLD_GID}|PGID|yes|amule gid\n${TZ}|P_TZ|yes|time zone\n\n#### Run\n\n```docker\ndocker run \\\n-d \\\n-e PUID=1001 \\\n-e PGID=1002 \\\n-e P_TZ=America/New_York \\\n-v /home/jsiu/.mldonkey:/mld/.mldonkey \\\n--network=host \\\njsiu/mldonkey\n```\n\n#### Compose\n\nGet docker-compose template from image:\n\n```docker\ndocker run --rm jsiu/mldonkey cat /docker-compose.yml \u003e docker-compose.yml\ndocker run --rm jsiu/mldonkey cat /env \u003e .env\n```\n\nFill in `.env` according to your environment.\n\n```sh\ndocker-compose up\n```\n\n### Repository\n\n- [docker_mldonkey](https://github.com/J-Siu/docker_mldonkey)\n\n### Contributors\n\n- [John Sing Dao Siu](https://github.com/J-Siu)\n\n### Change Log\n\n- 11025\n  - mldonkey version 11025\n- 11025-p1\n  - Add docker push github workflow\n\u003c!--CHANGE-LOG-END--\u003e\n\n### License\n\nThe MIT License\n\nCopyright (c) 2020\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-siu%2Fdocker_mldonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-siu%2Fdocker_mldonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-siu%2Fdocker_mldonkey/lists"}