Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install and configure on Synology Nas #29

Open
Simpuhl opened this issue Jul 29, 2022 · 6 comments
Open

Install and configure on Synology Nas #29

Simpuhl opened this issue Jul 29, 2022 · 6 comments

Comments

@Simpuhl
Copy link

Simpuhl commented Jul 29, 2022

Anybody know how to get this installed on a synology nas docker using qbitorrent docker also? I am a little new to this

@newadventure079
Copy link

I installed it on my synology nas but not in a docker container. I just followed the install steps exactly. It does communicate to my rtorrent instances in a docker container on my nas tho

@Simpuhl
Copy link
Author

Simpuhl commented Aug 13, 2022

I installed it on my synology nas but not in a docker container. I just followed the install steps exactly. It does communicate to my rtorrent instances in a docker container on my nas tho

Do you mind sharing your steps? I want to see about getting it to work with qbitorrent

@newadventure079
Copy link

newadventure079 commented Aug 13, 2022

I literally followed the quickstart guide

python3 -m venv ~/.autotorrent # Create virtual environment where we install autotorrent2
~/.autotorrent/bin/pip install autotorrent2 # Actually install autotorrent2

# Optional, add at2 to your commandline
echo "alias at2=~/.autotorrent/bin/at2" >> ~/.bashrc
source ~/.bashrc

@hamany99
Copy link

I installed it on my synology nas but not in a docker container. I just followed the install steps exactly. It does communicate to my rtorrent instances in a docker container on my nas tho

Can you please share with us the [clients] setup for rtorrent in (config.toml)? Is there anything I've to do to enable the scgi port in rtorrent?

Also, how did you align the paths in both rtorrent docker and autotorrent2?
I was able to connect to qBittorrent and Transmission, but the path wasn't aligned.

Thank you.

@newadventure079
Copy link

[clients.rtorrent-2020]
display_name = "rtorrent-2020"
client_type = "rtorrent"
url = "http://172.17.0.1:8006/RPC2"
session_path = "/volume3/docker/crazy-max-rutorrent-PAll-2020/rtorrent/.session/"

For the paths refer to #13 and subsequently JohnDoee/autotorrent#33

@hamany99
Copy link

Thanks a lot! It worked. The "RPC2" url should be added to the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants