Create a dockerfile for aria2

This commit is contained in:
2023-09-19 17:09:42 +02:00
parent 3f1b4a9a5b
commit e840279102
8 changed files with 112 additions and 12 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
DOWNLOAD_DIR=./downloads
ARIA2_DIR=./.aria2
# 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
ARIA_URI=aria2c:6800
# Database things
POSTGRES_USER=tideUser