From 45492994dee777a447cb67015b09af1ff0f09b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <22910497+Larsluph@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:23:02 +0200 Subject: [PATCH] Add LSIO section --- Installation.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 7897d70..85ef9c6 100644 --- a/Installation.md +++ b/Installation.md @@ -27,12 +27,26 @@ Please note that this version may contain bugs and breaking changes. Feel free t ## Using source -Make sure you use Node 18 or higher. +Make sure you use Node 20 or higher. 1. Clone the repo 2. Run `npm install` 3. Run `npm run build` -4. Resulting build is in the `vuetorrent` folder +4. Point your alternate WebUI location to the `vuetorrent` folder + +## Using LSIO docker mod + +> [!WARNING] +> +> Only available when using the linuxserver.io qBittorrent image + +1. Add the following environment variable to your docker container: +```dotenv +DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent +``` +2. Edit your qBittorrent configuration to use alternative WebUI + 1. Settings > WebUI > Use alternative WebUI: checked + 1. Settings > WebUI > Files location: `/vuetorrent` ## Lazy/Easy