Can someone help me with how to install rutorrent on Synology
With this configuration, it doesn't work
I'm grateful for any help.
If someone were to provide a suitable configuration, I'd buy them a beer.
docker run --name rutorrent -dt \
-e PUID=1026 \
-e PGID=100 \
-e DHT_RTORRENT=on \
-e PORT_RTORRENT=6881 \
-p 9080:8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-p 45882:45882
-v /volume1/docker/rutorrent/config:/config \
-v /volume1/docker/rutorrent/data:/data \
mondedie/rutorrent:filebot
Update
With this config it seems to be running,
docker run -dt \
--name=rutorrentseries \
--restart always \
-e HTTP_AUTH=true \
-e CHECK_PERM_DATA=false \
-p 9202:8080 \
-p 47918:45000 \
-v /volume1/docker/rutorrentseries:/config \
-v /volume1/docker/PreSeries:/data/downloads \
-v /volume1/docker/sourcetorrents/PreSeries:/data/.watch \
-v /volume1/docker/rutorrentseries/session:/data/.session \
--label=com.centurylinklabs.watchtower.enable=true \
mondedie/rutorrent:latest
but I only get an error when I access http://xxxxxxx:8080, I receive this error message.**
[03.05.2024 14:00:06] WebUI started.
[03.05.2024 14:00:08] JS error: [http://xxxxxxx:8080/ : 9] Uncaught TypeError: Cannot read properties of undefined (reading 'langLoaded')