{"id":16542939,"url":"https://github.com/binhex/arch-deluge","last_synced_at":"2025-03-16T19:32:25.468Z","repository":{"id":18319625,"uuid":"21498573","full_name":"binhex/arch-deluge","owner":"binhex","description":"Docker build script for Arch Linux base with Deluge","archived":false,"fork":false,"pushed_at":"2024-12-22T23:18:28.000Z","size":137,"stargazers_count":16,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T12:44:48.109Z","etag":null,"topics":["deluge","docker-image","downloader","torrents"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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":"2014-07-04T13:45:59.000Z","updated_at":"2024-10-28T11:40:56.000Z","dependencies_parsed_at":"2024-10-27T11:11:04.519Z","dependency_job_id":"b50a6c97-922e-4b11-8df8-f40764d13e3a","html_url":"https://github.com/binhex/arch-deluge","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-deluge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-deluge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-deluge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-deluge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-deluge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826797,"owners_count":20354221,"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":["deluge","docker-image","downloader","torrents"],"created_at":"2024-10-11T18:58:55.114Z","updated_at":"2025-03-16T19:32:25.185Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"**Application**\n\n[Deluge](http://deluge-torrent.org/)\n\n**Description**\n\nDeluge is a full-featured ​BitTorrent client for Linux, OS X, Unix and Windows. It uses ​libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.\n\n**Build notes**\n\nLatest stable Deluge release from Arch Linux repo.\n\n**Usage**\n```\ndocker run -d \\\n    -p 8112:8112 \\\n    -p 58846:58846 \\\n    -p 58946:58946 \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for data files\u003e:/data \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e DELUGE_DAEMON_LOG_LEVEL=\u003ccritical|error|warning|info|debug\u003e \\\n    -e DELUGE_WEB_LOG_LEVEL=\u003ccritical|error|warning|info|debug\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-deluge\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n**Access application**\u003cbr\u003e\n\n`http://\u003chost ip\u003e:8112`\n\n**Example**\n```\ndocker run -d \\\n    -p 8112:8112 \\\n    -p 58846:58846 \\\n    -p 58946:58946 \\\n    --name=deluge \\\n    -v /apps/docker/deluge/data:/data \\\n    -v /apps/docker/deluge/config:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e DELUGE_DAEMON_LOG_LEVEL=info \\\n    -e DELUGE_WEB_LOG_LEVEL=info \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-deluge\n```\n\n**Notes**\u003cbr\u003e\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-\n\n```\nid \u003cusername\u003e\n```\n\nDefault password for the webui is \"deluge\"\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45820.0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-deluge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-deluge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-deluge/lists"}