update the documenation and template config to include http protocol prefix in sabnzbd url

This commit is contained in:
maxDorninger
2025-07-19 21:55:01 +02:00
parent d8b0ee0001
commit 7c2048b32f
3 changed files with 4 additions and 4 deletions

View File

@@ -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"
```

View File

@@ -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 = ""

View File

@@ -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 = ""