Coder Social home page Coder Social logo

linuxserver-mod-vuetorrent's Introduction

LinuxServer.io VueTorrent Mod

Version Build

Docker mod that installs VueTorrent to the LinuxServer.io qBittorrent images.

This mod was inspired by 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.

Installation

  1. Add the following environment variable to your qBittorrent deployment (see examples)
    DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
  2. Recreate the container
  3. Go to Options > Web UI
  4. Check Use alternative Web UI
  5. Set Files location to /vuetorrent
  6. Scroll down and click Save.
  7. Refresh

Examples

docker-compose

---
version: "2.1"
services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
      - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
    volumes:
      - /path/to/appdata/config:/config
      - /path/to/downloads:/downloads
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped

Kubernetes Helm Chart

If you use my qBittorrent Helm chart, see Custom configuration in my chart docs.

linuxserver-mod-vuetorrent's People

Contributors

gabe565 avatar gabe565-renovate[bot] avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

linuxserver-mod-vuetorrent's Issues

Translations missing in 2.1.x releases

Looks like translations are no longer part of the VueTorrent repository and are now fetched from Tolgee translation platform instead. You can check out the PR where the change was introduced.

As you can see, the translation files inside the repository are now stubs. This will cause the final mod Docker image to be without any translations.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
Dockerfile
  • alpine 3.19
github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/build-push-action v5
regex
.github/workflows/build.yml
  • WDaan/VueTorrent v2.5.0
Dockerfile
  • WDaan/VueTorrent v2.5.0
README.md
  • WDaan/VueTorrent v2.5.0

  • Check this box to trigger a request for Renovate to run again on this repository

Docker mod fails on startup

Using your mod .. I get this error on container startup -

023-05-31 02:36:17 [mod-init] Applying gabe565/linuxserver-mod-vuetorren files to container
2023-05-31 02:40:22 [mod-init] Attempting to run Docker Modification Logic
2023-05-31 02:40:14 s6-rc: fatal: unable to take locks: No such file or directory
2023-05-31 02:40:14 s6-linux-init-shutdownd: warning: /run/s6/basedir/scripts/rc.shutdown exited 111

My docker compose file:

services:
qbit:
image: linuxserver/qbittorrent:latest
container_name: qbit
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- UMASK_SET=022
- WEBUI_PORT=8085
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorren
volumes:
- ./config:/config
- ./Downloads:/downloads
- ./vuetorrent:/vue
ports:
- 8085:8085
restart: unless-stopped

How Are Updates Handled With Watchtower?

Hi - Thanks for this great mod. How are updates handled with Watchtower? These are updates for Vuetorrent. Would those be picked up at the same time Watchtower picks up updates for qBittorrent? Thanks

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
Dockerfile
  • alpine 3.19
github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/login-action v3
  • docker/build-push-action v5
regex
.github/workflows/build.yml
  • WDaan/VueTorrent v2.8.1
Dockerfile
  • WDaan/VueTorrent v2.8.1
README.md
  • WDaan/VueTorrent v2.8.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.