Skip to content

Commit

Permalink
📝 (qbittorrent): Add VueTorrent Docker mod docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 3, 2023
1 parent d15d620 commit 6d52f11
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The qBittorrent project aims to provide an open-source software alt
home: https://charts.gabe565.com/charts/qbittorrent
icon: https://raw.githubusercontent.com/qbittorrent/qBittorrent/master/src/icons/qbittorrent-tray.svg
type: application
version: 0.0.1
version: 0.0.2
# renovate datasource=docker depName=ghcr.io/linuxserver/qbittorrent
appVersion: version-4.5.2-r0
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,4 +22,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: added
description: Initial release
description: Add VueTorrent Docker mod docs
30 changes: 28 additions & 2 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/qbittorrent/qBittorrent/master/src/icons/qbittorrent-tray.svg" align="right" width="92" alt="qbittorrent logo" style="padding-left: 20px">

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: version-4.5.2-r0](https://img.shields.io/badge/AppVersion-version--4.5.2--r0-informational?style=flat)

Expand Down Expand Up @@ -75,7 +75,33 @@ helm install qbittorrent gabe565/qbittorrent -f values.yaml

## Custom configuration

N/A
### VueTorrent

[VueTorrent](https://github.com/WDaan/VueTorrent) is an alternative web UI for qBittorrent built with Vue.js.
This chart uses the LinuxServer.io qBittorrent image, so VueTorrent can be installed as a
[Docker mod](https://github.com/linuxserver/docker-mods).

1. Add [gabe565/linuxserver-mod-vuetorrent](https://github.com/gabe565/linuxserver-mod-vuetorrent) as a
Docker mod. In `values.yaml`:
```yaml
env:
DOCKER_MODS: ghcr.io/gabe565/linuxserver-mod-vuetorrent
```

2. (Optional) Add an `emptyDir` volume at `/vuetorrent`:
```yaml
persistence:
vuetorrent:
enabled: true
type: emptyDir
```
3. Upgrade the Helm chart with your changes.
4. Go to `Options` > `Web UI`
5. Check `Use alternative Web UI`
6. Set `Files location` to `/vuetorrent`
7. Scroll down and click `Save`.
8. Refresh

## Values

Expand Down
28 changes: 27 additions & 1 deletion charts/qbittorrent/README_CONFIG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,31 @@
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}

N/A
### VueTorrent

[VueTorrent](https://github.com/WDaan/VueTorrent) is an alternative web UI for qBittorrent built with Vue.js.
This chart uses the LinuxServer.io qBittorrent image, so VueTorrent can be installed as a
[Docker mod](https://github.com/linuxserver/docker-mods).

1. Add [gabe565/linuxserver-mod-vuetorrent](https://github.com/gabe565/linuxserver-mod-vuetorrent) as a
Docker mod. In `values.yaml`:
```yaml
env:
DOCKER_MODS: ghcr.io/gabe565/linuxserver-mod-vuetorrent
```

2. (Optional) Add an `emptyDir` volume at `/vuetorrent`:
```yaml
persistence:
vuetorrent:
enabled: true
type: emptyDir
```

3. Upgrade the Helm chart with your changes.
4. Go to `Options` > `Web UI`
5. Check `Use alternative Web UI`
6. Set `Files location` to `/vuetorrent`
7. Scroll down and click `Save`.
8. Refresh
{{- end -}}

0 comments on commit 6d52f11

Please sign in to comment.