7 lines
291 B
Bash
Executable File
7 lines
291 B
Bash
Executable File
#!/usr/bin/env bash
|
|
deluge -c deluge_conf -s web
|
|
deluge -c deluge_conf web
|
|
echo "default passwd is 'deluge'"
|
|
open http://localhost:8112/
|
|
|
|
# curl -d '{"method": "web.add_torrents", "params": [[{"path":/Users/despiegk1/Downloads/vlc-3.0.20-arm64.dmg", "options":null}]], "id": 1}' -K curl.cfg |