Salut, chez moi tout fonctionnait avec l'option RPC. Depuis... Je ne comprends pas. Un peu d'aide serait la bienvenue.
Je me prends la fameuse erreur
Unable to connect to rtorrent. Check if rtorrent is running.
Docker ruTorrent : linuxserver
rtorrent.rc
execute = {sh,-c,/usr/bin/php7 /usr/share/webapps/rutorrent/php/initplugins.php abc &}
execute.nothrow = rm,/run/php/.rtorrent.sock
network.scgi.open_local = /run/php/.rtorrent.sock
schedule = socket_chmod,0,0,"execute=chmod,0660,/run/php/.rtorrent.sock"
schedule = socket_chgrp,0,0,"execute=chgrp,abc,/run/php/.rtorrent.sock"
log.open_file = "rtorrent", /config/log/rtorrent/rtorrent.log
log.add_output = "info", "rtorrent"
min_peers = 1
max_peers = 1500
max_uploads = 140
download_rate = 0
upload_rate = 0
method.set_key=event.download.finished,move_complete,"execute=cp,-al,$d.base_path=,/downloads/unionfs/"
directory = /downloads/incoming
session = /config/rtorrent/rtorrent_sess
schedule = low_diskspace,5,60,close_low_diskspace=1000G
ip = xxx
bind = 0.0.0.0
port_range = 49161-49161
check_hash = yes
encryption = allow_incoming,try_outgoing,enable_retry
dht = off
dht_port = 6881
#scgi_port = 0.0.0.0:5000
encoding_list = UTF-8
Si je décommente le SGI (ou ajoute la ligne mentionnée sur le GitHub, rtorrent plante).
J'ai tenté ces commandes, en vain
docker run -it --rm \
-v /home/aerya/mnt/:/downloads \
--network nginx-proxy-manager_default \
--link rutorrent:rtorrent \
magicalex/docker-rtorrent-cleaner report --scgi=localhost --port=5000
docker run -it --rm \
-v /home/aerya/mnt/:/downloads \
--network nginx-proxy-manager_default \
--link rutorrent:rtorrent \
-v /run/php/.rtorrent.sock:/run/php/.rtorrent.sock \
magicalex/docker-rtorrent-cleaner report --scgi=/run/php/.rtorrent.sock