{"id":29126560,"url":"https://github.com/binhex/arch-qbittorrent","last_synced_at":"2026-06-06T21:31:48.703Z","repository":{"id":299824129,"uuid":"1001626322","full_name":"binhex/arch-qbittorrent","owner":"binhex","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-28T16:30:36.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T17:33:39.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"zenodo":null}},"created_at":"2025-06-13T17:54:30.000Z","updated_at":"2025-06-28T16:30:40.000Z","dependencies_parsed_at":"2025-06-18T14:20:57.520Z","dependency_job_id":"070e5dee-9b51-422c-a82b-2084dde73d87","html_url":"https://github.com/binhex/arch-qbittorrent","commit_stats":null,"previous_names":["binhex/arch-qbittorrent"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-qbittorrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-qbittorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-qbittorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-qbittorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-qbittorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-qbittorrent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-qbittorrent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262685453,"owners_count":23348421,"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":[],"created_at":"2025-06-29T23:38:41.683Z","updated_at":"2025-06-29T23:39:14.653Z","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\u003c!-- markdownlint-disable MD033 --\u003e\n[qBittorrent](https://www.qbittorrent.org/)\u003cbr/\u003e\n\n## Description\n\nqBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.\u003cbr/\u003e\n\n## Build notes\n\nLatest stable qBittorrent release from Arch Linux repo.\u003cbr/\u003e\n\n## Usage\n\n```text\ndocker run -d \\\n    -p 8080:8080 \\\n    -p 58946:58946 \\\n    -p 58946:58946/udp \\\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 ENABLE_STARTUP_SCRIPTS=\u003cyes|no\u003e \\\n    -e DEBUG=\u003ctrue|false\u003e \\\n    -e WEBUI_PORT=\u003cport for web interfance\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-qbittorrent\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n## Access qBittorrent (web ui)\n\n`http://\u003chost ip\u003e:8080/`\n\nUsername:- `admin`\u003cbr/\u003e\nPassword:- randomly generated, password shown in `/config/supervisord.log`\n\n## PIA example\n\n```bash\ndocker run -d \\\n    -p 8080:8080 \\\n    -p 58946:58946 \\\n    -p 58946:58946/udp \\\n    --name=qbittorrent \\\n    -v /root/docker/data:/data \\\n    -v /root/docker/config:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e ENABLE_STARTUP_SCRIPTS=no \\\n    -e DEBUG=false \\\n    -e WEBUI_PORT=8080 \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-qbittorrent\n```\n\nDue to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.\n\nFor example, to set the port to 8090 you need to set:-\n\n```bash\n    -p 8090:8090 \\\n```\n\nand\n\n```bash\n    -e WEBUI_PORT=8090 \\\n```\n\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](https://forums.unraid.net/topic/75539-support-binhex-qbittorrentvpn/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-qbittorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-qbittorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-qbittorrent/lists"}