From 73ef748c9536209f71087c736d650e616a176237 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 18 Nov 2025 21:44:28 -0500 Subject: [PATCH] Added Jinja variables --- roles/bootstrap/templates/aria2/aria2.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bootstrap/templates/aria2/aria2.conf.j2 b/roles/bootstrap/templates/aria2/aria2.conf.j2 index aa003c4..e386be3 100644 --- a/roles/bootstrap/templates/aria2/aria2.conf.j2 +++ b/roles/bootstrap/templates/aria2/aria2.conf.j2 @@ -15,7 +15,7 @@ rpc-allow-origin-all=true rpc-max-request-size=10M rpc-listen-all=true rpc-listen-port=6800 -rpc-secret=4238c13d1564187cee0a920e2bfa94061907ea627fc66ca158e8041ae6034519 +rpc-secret={{ config.aria.secret }} # rpc-certificate= # rpc-private-key= # rpc-secure=true @@ -26,7 +26,7 @@ timeout=90 server-stat-of=~/.config/aria2/dl.log server-stat-if=~/.config/aria2/dl.log server-stat-timeout=86400 -# checksum=sha-256=4136f0ba800f702afe06026315d94c26b431097c7144a42c363de6136c7a49d0 +# checksum=sha-256={{ config.aria.checksum }} max-connection-per-server=5 max-tries=10 max-file-not-found=7