feat!: distinguish URLs and hosts
BREAKING CHANGE: the configuration for Bitmagnet and Ntfy has changed. Instead of `host`, they now use `url`.
This commit is contained in:
parent
01fecffc90
commit
bb32cfdf97
10 changed files with 59 additions and 50 deletions
|
|
@ -50,13 +50,13 @@ download_dir = "/downloads" # Optional
|
|||
# BitMagnet configuration
|
||||
[bitmagnet]
|
||||
enable = true
|
||||
host = "http://localhost:3333"
|
||||
url = "http://localhost:3333"
|
||||
|
||||
# Ntfy configuration
|
||||
[ntfy]
|
||||
enable = true
|
||||
topic = "reddit-magnet"
|
||||
host = "https://ntfy.sh"
|
||||
url = "https://ntfy.sh"
|
||||
username = "username" # Optional
|
||||
password = "password" # Optional
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue