{"id":13590765,"url":"https://github.com/gabe565/linuxserver-mod-vuetorrent","last_synced_at":"2025-08-09T01:46:03.237Z","repository":{"id":155254308,"uuid":"609258109","full_name":"gabe565/linuxserver-mod-vuetorrent","owner":"gabe565","description":"Docker mod that installs VueTorrent to the LinuxServer.io qBittorrent images","archived":false,"fork":false,"pushed_at":"2025-08-08T08:08:32.000Z","size":82,"stargazers_count":64,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T01:46:02.063Z","etag":null,"topics":["docker-mods","linuxserver","qbittorrent","vuetorrent"],"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/gabe565.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-03T17:55:41.000Z","updated_at":"2025-08-08T08:08:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"e96fe01d-2ebc-4d16-9982-8c0451cc540d","html_url":"https://github.com/gabe565/linuxserver-mod-vuetorrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabe565/linuxserver-mod-vuetorrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Flinuxserver-mod-vuetorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Flinuxserver-mod-vuetorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Flinuxserver-mod-vuetorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Flinuxserver-mod-vuetorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabe565","download_url":"https://codeload.github.com/gabe565/linuxserver-mod-vuetorrent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Flinuxserver-mod-vuetorrent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269518556,"owners_count":24430632,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["docker-mods","linuxserver","qbittorrent","vuetorrent"],"created_at":"2024-08-01T16:00:50.266Z","updated_at":"2025-08-09T01:46:03.223Z","avatar_url":"https://github.com/gabe565.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# LinuxServer.io VueTorrent Mod\n\n\u003c!--renovate repo=WDaan/VueTorrent --\u003e\n[![Version](https://img.shields.io/badge/Version-v2.28.2-informational?style=flat)](https://github.com/gabe565/linuxserver-mod-vuetorrent/pkgs/container/linuxserver-mod-vuetorrent)\n[![Build](https://github.com/gabe565/linuxserver-mod-vuetorrent/actions/workflows/build.yml/badge.svg)](https://github.com/gabe565/linuxserver-mod-vuetorrent/actions/workflows/build.yml)\n\n\u003e [!IMPORTANT]\n\u003e VueTorrent now provides an [official LinuxServer.io Docker mod](https://github.com/VueTorrent/VueTorrent/wiki/Installation#using-lsio-docker-mod)! I will keep auto-updates enabled for this repo, but I'd suggest using the official mod for any new installations.\n\u003e\n\u003e The official mod is backwards-compatible with mine, so you can safely change `DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent` to `DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod`.\n\nDocker mod that installs [VueTorrent](https://github.com/WDaan/VueTorrent) to the [LinuxServer.io qBittorrent images](https://github.com/linuxserver/docker-qbittorrent).\n\nThis mod was inspired by [arafatamim/linuxserver-io-mod-vuetorrent](https://github.com/arafatamim/linuxserver-io-mod-vuetorrent), but it takes a different approach. While arafatamim's mod relies on an installation script, my mod streamlines the process by packaging VueTorrent directly into the container image. As a result, the VueTorrent files are automatically downloaded alongside the mod, eliminating the need for an installation script. Additionally, this approach allows you to optionally pin a specific VueTorrent version.\n\n# Installation\n\n1. Add the following environment variable to your qBittorrent deployment (see [examples](#examples))\n    ```dotenv\n    DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent\n    ```\n2. Recreate the container\n3. Go to `Options` \u003e `Web UI`\n4. Check `Use alternative Web UI`\n5. Set `Files location` to `/vuetorrent`\n6. Scroll down and click `Save`.\n7. Refresh\n\n## Examples\n\n### docker-compose\n\n```yaml\n---\nversion: \"2.1\"\nservices:\n  qbittorrent:\n    image: lscr.io/linuxserver/qbittorrent:latest\n    container_name: qbittorrent\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=Etc/UTC\n      - WEBUI_PORT=8080\n      - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent\n    volumes:\n      - /path/to/appdata/config:/config\n      - /path/to/downloads:/downloads\n    ports:\n      - 8080:8080\n      - 6881:6881\n      - 6881:6881/udp\n    restart: unless-stopped\n```\n\n### Kubernetes Helm Chart\n\nIf you use my qBittorrent Helm chart, see [Custom configuration](https://github.com/gabe565/charts/tree/main/charts/qbittorrent#vuetorrent) in my chart docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Flinuxserver-mod-vuetorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabe565%2Flinuxserver-mod-vuetorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Flinuxserver-mod-vuetorrent/lists"}