diff --git a/charts/stable/qbitrr/docs/installation-notes.md b/charts/stable/qbitrr/docs/installation-notes.md index abd11d76f43..f294923f24a 100644 --- a/charts/stable/qbitrr/docs/installation-notes.md +++ b/charts/stable/qbitrr/docs/installation-notes.md @@ -18,7 +18,7 @@ You should also enable the codeserver addon as previously discussed. ## config.toml -Once qBitrr has started access the config.toml file using the previously configured `http://:` that was setup for the codeserver addon. +Once qBitrr has started access the `config.toml` file using the previously configured codeserver addon by surfing to the url `http://:/?folder=/config`. ### Settings @@ -32,11 +32,11 @@ If `CompletedDownloadFolder` option is not set to `"/completed_downloads"` qBitr ### 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. +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`). ### 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 as needed to match your setup. Ensure that `URI`, `API` and `Category` are set correctly so that qBitrr can communicate with your Sonarr and Radarr installations. 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 as needed to match your setup. 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). ### Remaining Sonarr/Radarr Configurations