You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered your docker app. Fantastic. Love it. So helpful.
I just need a bit of help with the instructions for docker compose. I see the example on docker hub . It fired up fine. However, when I restarted my RPi4, authentication failed. I've been trying to get it working, even if I add a USERNAME and PASSWORD it still won't connect to Aria2. I suspect I have to put the secret in to the Aria2.conf file so it matches the docker compose secret. Is this correct?
Could you flesh out your guide to flesh out this so other people can get it working easily. Maybe an example with no password (open to all user on the LAN) and one with a secret.
Thanks.
The text was updated successfully, but these errors were encountered:
Just to add to the above. When I first run the docker compose pull use the provided docker compose file from here it works fine, as soon as I restart my RPi4 running ubuntu 24.04, it show authorization failed.
If I do a docker compose down and delete to two config files in CONFIG_DIR and start again I can access. ariang from my desktop PC on the LAN or phone.
When I change settings in the Ariang interface, the aria2.conf file doesn't update with the new settings, such as reducing the number of connections from 5 to 2.
thewonderer73
changed the title
Update to Docker / Docker compose to clarify SECRET
Docker compose SECRET issue
Mar 3, 2025
Another things I noticed about the aria2.conf file is that the RPC secret is at the end of the list of Bittorrent trackers line with no space or a separate line..
Hi,
I discovered your docker app. Fantastic. Love it. So helpful.
I just need a bit of help with the instructions for docker compose. I see the example on docker hub . It fired up fine. However, when I restarted my RPi4, authentication failed. I've been trying to get it working, even if I add a USERNAME and PASSWORD it still won't connect to Aria2. I suspect I have to put the secret in to the Aria2.conf file so it matches the docker compose secret. Is this correct?
Could you flesh out your guide to flesh out this so other people can get it working easily. Maybe an example with no password (open to all user on the LAN) and one with a secret.
Thanks.
The text was updated successfully, but these errors were encountered: