mirror of
https://github.com/zoriya/tide.git
synced 2026-08-15 18:43:19 +00:00
Setup aria2 in docker
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user