mirror of
https://github.com/zoriya/tide.git
synced 2026-06-03 19:03:15 +00:00
Create a dockerfile for aria2
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user