Start aria2c on boot. Remove password

This commit is contained in:
Thomas Dehaeze 2020-05-05 00:18:23 +02:00
parent e06f14dc64
commit 7349543d4c
3 changed files with 4 additions and 2 deletions

View File

@ -547,5 +547,5 @@ Send to Emacs
#+end_src
** Download with aria2c
#+begin_src bash :tangle ~/.config/qutebrowser/userscripts/aria2c-add.sh
aria2p --secret "$(pass aria2c/thomas)" add "$1"
aria2p add "$1"
#+end_src

View File

@ -74,7 +74,6 @@ file_prio_off = bg:blue,fg:black
max-concurrent-downloads=3
enable-rpc=true
rpc-listen-all=true
rpc-secret=<<get-password(passname="aria2c/thomas")>>
http-user=dehaeze.thomas@gmail.com
http-passwd=<<get-password(passname="1fichier.com/dehaeze.thomas@gmail.com")>>
on-download-start=/home/thomas/.config/aria2/download-start.sh

View File

@ -450,6 +450,9 @@ Start the applications related to the top bar (polybar + applet).
# Bluetooth Manager
blueman-applet &
# Aria2c daemon
aria2c &
# Synology Cloud Station Drive
synology-drive &