ctengel / linkmeddle

LINKed MEDia DL
GNU General Public License v3.0
0 stars 0 forks source link

Installable #28

Open ctengel opened 3 years ago

ctengel commented 3 years ago

Ansible

ctengel commented 2 years ago
$ nohup ./tempweb.sh >> /path/to/flask.log 2>&1 &
$ nohup ./testwork.sh >> /path/to/celery.log 2>&1 &
$  systemctl status
(check for rabbit and redis)
$ transmission-remote -n transmission:password -l
$ python3 lmcli.py -a http://127.0.0.1:19519/ refresh -p 32 -i playlists.txt
$ crontab -l
0 0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23 * * * /path/to/refrytdl.sh
ctengel commented 2 years ago

note that tempweb.sh is the same as testweb.sh, except for the addition of

--port 12345 --host 0.0.0.0 at the end