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