{"id":50911523,"url":"https://github.com/daemonless/qbittorrent","last_synced_at":"2026-06-16T10:31:39.933Z","repository":{"id":356076460,"uuid":"1202109454","full_name":"daemonless/qbittorrent","owner":"daemonless","description":"Fast, stable BitTorrent client with a feature-rich web UI. Native FreeBSD OCI image for Daemonless.","archived":false,"fork":false,"pushed_at":"2026-06-01T07:44:36.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T09:25:26.756Z","etag":null,"topics":["container","daemonless","downloader","freebsd","ocijail","podman","qbittorrent","torrent"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daemonless.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-05T15:58:46.000Z","updated_at":"2026-06-01T07:44:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/daemonless/qbittorrent","commit_stats":null,"previous_names":["daemonless/qbittorrent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daemonless/qbittorrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fqbittorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fqbittorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fqbittorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fqbittorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daemonless","download_url":"https://codeload.github.com/daemonless/qbittorrent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fqbittorrent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34402648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","daemonless","downloader","freebsd","ocijail","podman","qbittorrent","torrent"],"created_at":"2026-06-16T10:31:39.245Z","updated_at":"2026-06-16T10:31:39.916Z","avatar_url":"https://github.com/daemonless.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nTHIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY\nSource: dbuild templates\n--\u003e\n\n# qBittorrent\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/qbittorrent/build.yaml?style=flat-square\u0026label=Build\u0026color=green)](https://github.com/daemonless/qbittorrent/actions)\n[![Last Commit](https://img.shields.io/github/last-commit/daemonless/qbittorrent?style=flat-square\u0026label=Last+Commit\u0026color=blue)](https://github.com/daemonless/qbittorrent/commits)\n\nFast, stable BitTorrent client with a feature-rich web UI. Supports DHT, PEX, encryption, magnet links, RSS, IP filtering, and remote management.\n\n| | |\n|---|---|\n| **Port** | 8080 |\n| **Registry** | `ghcr.io/daemonless/qbittorrent` |\n| **Source** | [https://github.com/qbittorrent/qBittorrent](https://github.com/qbittorrent/qBittorrent) |\n| **Website** | [https://www.qbittorrent.org/](https://www.qbittorrent.org/) |\n\n## Version Tags\n\n| Tag | Description | Best For |\n| :--- | :--- | :--- |\n| `latest` / `pkg` | **FreeBSD Quarterly**. Uses stable, tested packages. | Most users. Matches Linux Docker behavior. |\n| `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |\n\n## Prerequisites\n\nBefore deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions.\n\n## Deployment\n\n### Podman Compose\n\n```yaml\nservices:\n  qbittorrent:\n    image: ghcr.io/daemonless/qbittorrent:latest\n    container_name: qbittorrent\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=UTC\n      - WEBUI_PORT=8080\n      - TORRENTING_PORT=6881\n      - WEBUI_PASSWORD=\u003cWEBUI_PASSWORD\u003e\n      - WEBUI_AUTH=false\n    volumes:\n      - \"/path/to/containers/qbittorrent:/config\"\n      - \"/path/to/downloads:/downloads\"\n    ports:\n      - 8080:8080\n      - 6881:6881\n      - 6881:6881\n    restart: unless-stopped\n```\n\n### AppJail Director\n\n**.env**:\n\n```\nDIRECTOR_PROJECT=qbittorrent\nPUID=1000\nPGID=1000\nTZ=UTC\nWEBUI_PORT=8080\nTORRENTING_PORT=6881\nWEBUI_PASSWORD=\u003cWEBUI_PASSWORD\u003e\nWEBUI_AUTH=false\n```\n\n**appjail-director.yml**:\n\n```yaml\noptions:\n  - virtualnet: ':\u003crandom\u003e default'\n  - nat:\nservices:\n  qbittorrent:\n    name: qbittorrent\n    options:\n      - container: 'boot args:--pull'\n    oci:\n      user: root\n      environment:\n        - PUID: !ENV '${PUID}'\n        - PGID: !ENV '${PGID}'\n        - TZ: !ENV '${TZ}'\n        - WEBUI_PORT: !ENV '${WEBUI_PORT}'\n        - TORRENTING_PORT: !ENV '${TORRENTING_PORT}'\n        - WEBUI_PASSWORD: !ENV '${WEBUI_PASSWORD}'\n        - WEBUI_AUTH: !ENV '${WEBUI_AUTH}'\n    volumes:\n      - qbittorrent: /config\n      - downloads: /downloads\nvolumes:\n  qbittorrent:\n    device: '/path/to/containers/qbittorrent'\n  downloads:\n    device: 'downloads'\n```\n\n**Makejail**:\n\n```\nARG tag=latest\n\nOPTION overwrite=force\nOPTION from=ghcr.io/daemonless/qbittorrent:${tag}\n```\n\n### Podman CLI\n\n```bash\npodman run -d --name qbittorrent \\\n  -p 8080:8080 \\\n  -p 6881:6881 \\\n  -p 6881:6881 \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -e TZ=UTC \\\n  -e WEBUI_PORT=8080 \\\n  -e TORRENTING_PORT=6881 \\\n  -e WEBUI_PASSWORD=\u003cWEBUI_PASSWORD\u003e \\\n  -e WEBUI_AUTH=false \\\n  -v /path/to/containers/qbittorrent:/config \\\n  -v /path/to/downloads:/downloads \\\n  ghcr.io/daemonless/qbittorrent:latest\n```\n\n### Ansible\n\n```yaml\n- name: Deploy qbittorrent\n  containers.podman.podman_container:\n    name: qbittorrent\n    image: ghcr.io/daemonless/qbittorrent:latest\n    state: started\n    restart_policy: always\n    env:\n      PUID: \"1000\"\n      PGID: \"1000\"\n      TZ: \"UTC\"\n      WEBUI_PORT: \"8080\"\n      TORRENTING_PORT: \"6881\"\n      WEBUI_PASSWORD: \"\u003cWEBUI_PASSWORD\u003e\"\n      WEBUI_AUTH: \"false\"\n    ports:\n      - \"8080:8080\"\n      - \"6881:6881\"\n      - \"6881:6881\"\n    volumes:\n      - \"/path/to/containers/qbittorrent:/config\"\n      - \"/path/to/downloads:/downloads\"\n```\n\nAccess at: `http://localhost:8080`\n\n## Parameters\n\n### Environment Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `PUID` | `1000` | User ID for the application process |\n| `PGID` | `1000` | Group ID for the application process |\n| `TZ` | `UTC` | Timezone for the container |\n| `WEBUI_PORT` | `8080` | Web UI port (must match port mapping) |\n| `TORRENTING_PORT` | `6881` | BitTorrent listening port for peer connections (must match port mapping) |\n| `WEBUI_PASSWORD` | `\u003cWEBUI_PASSWORD\u003e` | Set a persistent admin password. If unset, a temporary password is generated each restart and printed to the logs. |\n| `WEBUI_AUTH` | `false` | Set to 'true' to enable Web UI authentication. (Note: Upstream/FreeBSD port enables auth by default, but this image defaults to disabled). |\n\n### Volumes\n\n| Path | Description |\n|------|-------------|\n| `/config` | Configuration directory |\n| `/downloads` | Download directory |\n\n### Ports\n\n| Port | Protocol | Description |\n|------|----------|-------------|\n| `8080` | TCP | Web UI |\n| `6881` | TCP | BitTorrent peer connections (TCP/UDP) |\n| `6881` | UDP | BitTorrent peer connections (TCP/UDP) |\n\n**Architectures:** amd64\n**User:** `bsd` (UID/GID via PUID/PGID, defaults to 1000:1000)\n**Base:** FreeBSD 15.0\n\n---\n\nNeed help? Join our [Discord](https://discord.gg/Kb9tkhecZT) community.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaemonless%2Fqbittorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaemonless%2Fqbittorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaemonless%2Fqbittorrent/lists"}