mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-22 01:15:49 +03:00
Add LSIO section
parent
cc9312064a
commit
45492994de
1 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue