Add LSIO section

Rémi Marseault 2024-06-28 11:23:02 +02:00
parent cc9312064a
commit 45492994de

@ -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