mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Syno ds patch 1 (#1702)
* Add Syno DS parsing #1671 as per https://forum.synology.com/enu/viewtopic.php?f=38&t=92856 * add config guidance * add syno client
This commit is contained in:
parent
0827c5bafe
commit
b793ce7933
9 changed files with 487 additions and 2 deletions
|
@ -178,6 +178,11 @@ TRANSMISSION_PORT = None
|
|||
TRANSMISSION_USER = None
|
||||
TRANSMISSION_PASSWORD = None
|
||||
|
||||
SYNO_HOST = None
|
||||
SYNO_PORT = None
|
||||
SYNO_USER = None
|
||||
SYNO_PASSWORD = None
|
||||
|
||||
DELUGE_HOST = None
|
||||
DELUGE_PORT = None
|
||||
DELUGE_USER = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue