{"id":23130046,"url":"https://github.com/tetreum/amule-docker","last_synced_at":"2025-05-07T09:43:56.901Z","repository":{"id":54300330,"uuid":"341278344","full_name":"tetreum/amule-docker","owner":"tetreum","description":"aMule docker container based on @tchabaud's one.","archived":false,"fork":false,"pushed_at":"2021-04-07T17:12:13.000Z","size":56,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T08:44:09.194Z","etag":null,"topics":["amule","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tetreum.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}},"created_at":"2021-02-22T17:18:41.000Z","updated_at":"2025-03-09T00:43:40.000Z","dependencies_parsed_at":"2022-08-13T11:20:51.494Z","dependency_job_id":null,"html_url":"https://github.com/tetreum/amule-docker","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/tetreum%2Famule-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Famule-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Famule-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Famule-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetreum","download_url":"https://codeload.github.com/tetreum/amule-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252852956,"owners_count":21814431,"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":["amule","docker","docker-compose"],"created_at":"2024-12-17T10:12:09.467Z","updated_at":"2025-05-07T09:43:56.879Z","avatar_url":"https://github.com/tetreum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![https://raw.githubusercontent.com/MatteoRagni/AmuleWebUI-Reloaded/master/doc-images/ReloadMateriaPic/Search.png](https://raw.githubusercontent.com/MatteoRagni/AmuleWebUI-Reloaded/master/doc-images/ReloadMateriaPic/Search.png)\n\n# Notice\n\nBased on https://github.com/tchabaud/dockerfiles/tree/master/amule.\n\nI've just:\n- Switched to edge aMule\n- Added recursive folder sharing\n- Set an updated server.met url\n- Set `AmuleWebUI-Reloaded` theme by default\n- Added missing ports \u0026 details to `docker-compose` template.\n\n# Configuration\n\nCreate needed directories with\n\n```sh\nmkdir -p ./amule/conf\nmkdir -p ./amule/tmp\nmkdir -p ./amule/incoming\n```\n\n# Docker-compose usage:\n\nhttps://github.com/tetreum/amule-docker/blob/main/docker-compose.template.yml\n\n# Usage\n\nJust run the container with the following command lines (replace brackets with the values you want to use) :\n\n## Start from scratch\n\nIf you don't have any existing amule configuration, you can specify a custom password for GUI and / or WebUI using adequate environment variables.\n\n- To use amule GUI as interface :\n\n```sh\ndocker run -p 4712:4712 -p 4662:4662 -p 4672:4672/udp \\\n    -e PUID=[wanted_uid] -e PGID=[wanted_gid] \\\n    -e GUI_PWD=[wanted_password_for_gui] \\\n    -v ./amule/conf:/home/amule/.aMule -v ./amule/incoming:/incoming -v ./amule/tmp:/temp tetreum/amule\n```\n\n- To use web ui from a browser :\n\n```sh\ndocker run -p 4711:4711 -p 4662:4662 -p 4672:4672/udp \\\n    -e PUID=[wanted_uid] -e PGID=[wanted_gid] \\\n    -e WEBUI_PWD=[wanted_password_for_web_interface] \\\n    -v ./amule/conf:/home/amule/.aMule -v ./amule/incoming:/incoming -v ./amule/tmp:/temp tetreum/amule\n```\n## Using an existing amule configuration\n\nJust mount existing directory as a volume :\n\n```sh\ndocker run -p 4711:4711 -p 4662:4662 -p 4672:4672/udp \\\n    -e PUID=[wanted_uid] -e PGID=[wanted_gid] \\\n    -v ~/.aMule:/home/amule/.aMule -v ~/.aMule/Incoming:/incoming -v ~/.aMule/Temp:/temp tetreum/amule\n```\n\nThen point your browser to http://localhost:4711\n\n## Web UI theming\n\nIf you don't like default amule web ui, you can switch [to this nice bootstrap based web theme](https://github.com/MatteoRagni/AmuleWebUI-Reloaded) by setting the environment variable _WEBUI_TEMPLATE_ to _AmuleWebUI-Reloaded_\n\n*Example* :\n\n```sh\ndocker run -p 4711:4711 -p 4662:4662 -p 4672:4672/udp \\\n    -e PUID=[wanted_uid] \\\n    -e PGID=[wanted_gid] \\\n    -e WEBUI_TEMPLATE=AmuleWebUI-Reloaded \\\n    -v ~/.aMule:/home/amule/.aMule \\\n    -v ~/.aMule/Incoming:/incoming \\\n    -v ~/.aMule/Temp:/temp tetreum/amule\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetreum%2Famule-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetreum%2Famule-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetreum%2Famule-docker/lists"}