diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 938e55f73fb..425f14390e9 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - https://hub.docker.com/r/feramance/qbitrr type: application -version: 6.8.2 +version: 6.8.3 diff --git a/charts/stable/qbitrr/docs/img/qbit-downloads.png b/charts/stable/qbitrr/docs/img/qbit-downloads.png deleted file mode 100644 index 437a90a878c..00000000000 Binary files a/charts/stable/qbitrr/docs/img/qbit-downloads.png and /dev/null differ diff --git a/charts/stable/qbitrr/docs/img/qbitrr-codeserver.png b/charts/stable/qbitrr/docs/img/qbitrr-codeserver.png deleted file mode 100644 index 2e943f49435..00000000000 Binary files a/charts/stable/qbitrr/docs/img/qbitrr-codeserver.png and /dev/null differ diff --git a/charts/stable/qbitrr/docs/installation-notes.md b/charts/stable/qbitrr/docs/installation-notes.md index 2bfc9bc89cd..3df52584a54 100644 --- a/charts/stable/qbitrr/docs/installation-notes.md +++ b/charts/stable/qbitrr/docs/installation-notes.md @@ -8,37 +8,34 @@ This document will provide information on the successful setup of qBitrr. Upon first run qBbitrr will download a config.toml file from the upstream developer. This file is just a template and will need to be modified before qBitrr begins operating. It is recommended that when configuring initial install to also enable the codeserver addon so that you can modify the config.toml file. -## qBitrr Application Configurations - -Most of the configurations can remain the default. You will need to map your qBittorrent root download directory to App Completed Download Storage as shown below. - -![qbit-downloads](./img/qbit-downloads.png) - -You should also enable the codeserver addon as previously discussed. - -![qbitrr-codeserver](./img/qbitrr-codeserver.png) - -## config.toml - -Once qBitrr has started access the `config.toml` file using the previously configured codeserver addon by surfing to the url `http://:/?folder=/config`. - ### Settings -This section has basic qBitrr settings. You may modify any as you choose but the `CompletedDownloadFolder` option must be set to `"/completed_downloads"` as that is what the App Completed Download Storage is mapped to. +This section has basic qBitrr settings. You may modify any as you choose but the `CompletedDownloadFolder` option should be set to `"/completed_downloads"` as that is what the `values.yaml` is mapped to. + +```yaml +// values.yaml +persistence: + downloads: + enabled: true + type: nfs + path: /mnt/data/media/downloads + mountPath: /completed_downloads + server: 192.168.0.100 +``` :::caution[Completed Download Folder] -If `CompletedDownloadFolder` option is not set to `"/completed_downloads"` qBitrr will not be able to find any downloads. +If `CompletedDownloadFolder` option is not set for the download directory of qbittorrent then qbitrr will not work. We recommend sticking with the setup as described above. ::: ### qBit -This section has qBittorrent specific settings. Ensure that `Host`, `Port`, `UserName`, and `Password` all match your qBittorrent installation. The host and port can be located using the Heavyscript `heavyscript dns -a` command to reveal the internal URL's (e.g.: `http://qbittorrent.ix-qbittorrent.svc.cluster.local`). +This section has qBittorrent specific settings. Ensure that `Host`, `Port`, `UserName`, and `Password` all match your qBittorrent installation. We recommend using internal URL's (e.g.: `http://qbittorrent.qbittorrent.svc.cluster.local`). ### Sonarr/Radarr -The following sections have Sonarr/Radarr specific settings. The template configuration file populates two instances for both Sonarr and Radarr by default. These can be renamed/deleted/duplicated as needed to match your setup (any number os Sonarr/Radarr instances are supported). Ensure that `URI`, `API` and `Category` are set correctly so that qBitrr can communicate with your Sonarr and Radarr installation. You can find this by looking at the output of `heavyscript dns -a` again (e.g.: `URI = "http://sonarr.ix-sonarr.svc.cluster.local:8989/"`). The `Category` is what you have set in Sonarr/Radarr to use in qBittorrent (ie. movies, tv). +The following sections have Sonarr/Radarr specific settings. The template configuration file populates two instances for both Sonarr and Radarr by default. These can be renamed/deleted/duplicated as needed to match your setup (any number os Sonarr/Radarr instances are supported). Ensure that `URI`, `API` and `Category` are set correctly so that qBitrr can communicate with your Sonarr and Radarr installation. You should use the internal URL again (e.g.: `URI = "http://sonarr.sonarr.svc.cluster.local:8989/"`). The `Category` is what you have set in Sonarr/Radarr to use in qBittorrent (ie. movies, tv). ### Remaining Sonarr/Radarr Configurations diff --git a/charts/stable/qbitrr/icon-small.webp b/charts/stable/qbitrr/icon-small.webp deleted file mode 100644 index bd14e399f5f..00000000000 Binary files a/charts/stable/qbitrr/icon-small.webp and /dev/null differ diff --git a/charts/stable/qbitrr/icon.png b/charts/stable/qbitrr/icon.png new file mode 100644 index 00000000000..35ad8f07430 Binary files /dev/null and b/charts/stable/qbitrr/icon.png differ diff --git a/charts/stable/qbitrr/icon.webp b/charts/stable/qbitrr/icon.webp deleted file mode 100644 index 18c12417c5e..00000000000 Binary files a/charts/stable/qbitrr/icon.webp and /dev/null differ