{"id":15499241,"url":"https://github.com/zimme/docker-transmission-daemon","last_synced_at":"2026-04-28T20:32:08.186Z","repository":{"id":82295218,"uuid":"165615422","full_name":"zimme/docker-transmission-daemon","owner":"zimme","description":"Minimal transmission-daemon image based on alpine","archived":false,"fork":false,"pushed_at":"2023-05-10T22:09:36.000Z","size":30,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-19T15:15:59.298Z","etag":null,"topics":["docker","docker-image","dockerfile","torrent","transmission","transmission-daemon"],"latest_commit_sha":null,"homepage":"","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/zimme.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":"2019-01-14T07:27:38.000Z","updated_at":"2023-01-10T08:01:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"313d92c8-4c24-4e93-847c-d2655141eea7","html_url":"https://github.com/zimme/docker-transmission-daemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zimme/docker-transmission-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-transmission-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-transmission-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-transmission-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-transmission-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimme","download_url":"https://codeload.github.com/zimme/docker-transmission-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-transmission-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32398495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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","docker-image","dockerfile","torrent","transmission","transmission-daemon"],"created_at":"2024-10-02T08:50:56.121Z","updated_at":"2026-04-28T20:32:08.168Z","avatar_url":"https://github.com/zimme.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zimme/transmission-daemon\n\nMinimal `transmission-daemon` image based on alpine.\n\nThis Docker image will run `transmission-daemon` with `--config-dir /config` by\ndefault.  \nIt's recommended to mount a named volume `transmission-config` on `/config` to\nmake sure config is saved when container is stopped or removed.  \nWhen using a named volume for `/config` this image will setup a default\n`settings.json` file. It's expected to bind-mount a host path on `/downloads`,\nwhen using the default config.\n\nThe image will run `transmission-daemon` as the user and group `transmission`\nwith `uid = 100` and `gid = 101`, to override this use the `-u` and/or\n`--group-add` of `docker run`.\n\nIt's recommend using `--init` when running this image.\n\n## Usage\n\n```sh\ndocker run \\\n  -d \\\n  --init \\\n  --name transmission \\\n  -p 9091:9091 \\\n  -p 51413:51413 \\\n  -p 51413:51413/udp \\\n  -e TZ=Europe/Stockholm \\\n  -v transmission-config:/config \\\n  -v /host/path/to/downloads:/downloads \\\n  zimme/transmission-daemon\n```\n\n## Config\n\nThis image will provide a default `settings.json` file when using a named volume\nfor `/config`. On first run `transmission-daemon` will append its default config\nvalues to the `settings.json` file too.\n\nThe following is the default config values this image provides.\n\n```json\n{\n  \"download-dir\": \"/downloads\",\n  \"encryption\": 2,\n  \"rpc-whitelist\": \"10.*,127.*,169.254.*,172.16.*,172.17.*,172.18.*,172.19.*,172.20.*,172.21.*,172.22.*,172.23.*,172.24.*,172.25.*,172.26.*,172.27.*,172.28.*,172.29.*,172.30.*,172.31.*,192.168.*\",\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-transmission-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimme%2Fdocker-transmission-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-transmission-daemon/lists"}