Uploading and downloading files
This image uses timonier/aria2, timonier/cakebox and timonier/webui-aria2. An example of usage is provided with docker-compose
:
# Prepare the project
export RPC_SECRET="0fd9094d-76ca-4a76-be82-eaf513a1ccd2"
# Start the project
docker-compose up -d
# Add a user
docker-compose exec seedbox adduser-seedbox test pwd
# Go to "http://localhost/" with the credentials "test/pwd"
# Remove a user
docker-compose exec seedbox deluser-seedbox test
Note: Don't forget to change the token used between aria2
and webui-aria2
. Use bin/generate-secret
if you want to generate a strong token.