Start aria2c on boot. Remove password
This commit is contained in:
parent
e06f14dc64
commit
7349543d4c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user