mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
update the documenation and template config to include http protocol prefix in sabnzbd url
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user