diff --git a/Writerside/topics/download-client-configuration.md b/Writerside/topics/download-client-configuration.md index 6ea8ad2..08a89c1 100644 --- a/Writerside/topics/download-client-configuration.md +++ b/Writerside/topics/download-client-configuration.md @@ -74,7 +74,7 @@ Set to `true` to enable SABnzbd integration. Default is `false`. - `host` -Hostname or IP of the SABnzbd server. +Hostname or IP of the SABnzbd server, it needs to include `http(s)://`. - `port` @@ -111,7 +111,7 @@ Here's a complete example of the download clients section in your `config.toml`: # SABnzbd configuration [torrents.sabnzbd] enabled = false - host = "sabnzbd" + host = "http://sabnzbd" port = 8080 api_key = "your_sabnzbd_api_key" ``` diff --git a/config.dev.toml b/config.dev.toml index 0d9119b..8cb5ae7 100644 --- a/config.dev.toml +++ b/config.dev.toml @@ -108,7 +108,7 @@ path = "/transmission/rpc" # RPC request path target, usually "/transmission/rpc # SABnzbd settings [torrents.sabnzbd] enabled = false -host = "localhost" +host = "http://localhost" port = 8080 api_key = "" diff --git a/config.example.toml b/config.example.toml index 44d45b4..17fece9 100644 --- a/config.example.toml +++ b/config.example.toml @@ -108,7 +108,7 @@ path = "/transmission/rpc" # RPC request path target, usually "/transmission/rpc # SABnzbd settings [torrents.sabnzbd] enabled = false -host = "localhost" +host = "http://localhost" port = 8080 api_key = ""