Setup aria2 in docker

This commit is contained in:
2023-09-15 23:59:56 +02:00
parent af83f72dac
commit 631abcb5d2
6 changed files with 45 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# IMPORTANT: Change that to actually secure your aria2 connection
RPC_SECRET=wertyui
# User/Group IDs of newly downloaded files. To know your ids, run the `id` command.
PUID=$UID
PGID=$GID
# vi: ft=sh