diff --git a/Dockerfile b/Dockerfile index 634ba2e6..cfc9b1ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ ARG RTORRENT_VERSION=v0.9.8 ARG MKTORRENT_VERSION=v1.1 ARG GEOIP2_PHPEXT_VERSION=1.3.1 -# v4.2.10 -ARG RUTORRENT_VERSION=c9644dda7a9ac1b3fc8b663392c4168adbe5a312 +# v4.3.0 +ARG RUTORRENT_VERSION=4e47301f36d04d219b76c71ed4fd8d37e8b62e4f ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148 ARG ALPINE_VERSION=3.19 diff --git a/README.md b/README.md index 40ba1ff8..ec7b586f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Image: crazymax/rtorrent-rutorrent:latest ### ruTorrent -* `RU_REMOVE_CORE_PLUGINS`: Comma separated list of core plugins to remove ; set to `false` to disable removal (default `httprpc`) +* `RU_REMOVE_CORE_PLUGINS`: Comma separated list of core plugins to remove ; set to `false` to disable removal * `RU_HTTP_USER_AGENT`: ruTorrent HTTP user agent (default `Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0`) * `RU_HTTP_TIME_OUT`: ruTorrent HTTP timeout in seconds (default `30`) * `RU_HTTP_USE_GZIP`: Use HTTP Gzip compression (default `true`) diff --git a/examples/compose/rtorrent-rutorrent.env b/examples/compose/rtorrent-rutorrent.env index 3af81828..13eaee25 100644 --- a/examples/compose/rtorrent-rutorrent.env +++ b/examples/compose/rtorrent-rutorrent.env @@ -22,7 +22,6 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/examples/traefik/rtorrent-rutorrent.env b/examples/traefik/rtorrent-rutorrent.env index 1b17b677..154e958c 100644 --- a/examples/traefik/rtorrent-rutorrent.env +++ b/examples/traefik/rtorrent-rutorrent.env @@ -22,7 +22,6 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/rootfs/etc/cont-init.d/03-config.sh b/rootfs/etc/cont-init.d/03-config.sh index 75912e4f..fa112f29 100644 --- a/rootfs/etc/cont-init.d/03-config.sh +++ b/rootfs/etc/cont-init.d/03-config.sh @@ -27,7 +27,7 @@ RT_LOG_XMLRPC=${RT_LOG_XMLRPC:-false} RT_SESSION_SAVE_SECONDS=${RT_SESSION_SAVE_SECONDS:-3600} RT_TRACKER_DELAY_SCRAPE=${RT_TRACKER_DELAY_SCRAPE:-true} -RU_REMOVE_CORE_PLUGINS=${RU_REMOVE_CORE_PLUGINS:-httprpc} +RU_REMOVE_CORE_PLUGINS=${RU_REMOVE_CORE_PLUGINS:-false} RU_HTTP_USER_AGENT=${RU_HTTP_USER_AGENT:-Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0} RU_HTTP_TIME_OUT=${RU_HTTP_TIME_OUT:-30} RU_HTTP_USE_GZIP=${RU_HTTP_USE_GZIP:-true} diff --git a/test/rtorrent-rutorrent.env b/test/rtorrent-rutorrent.env index 3af81828..2d7780a0 100644 --- a/test/rtorrent-rutorrent.env +++ b/test/rtorrent-rutorrent.env @@ -22,7 +22,7 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc +RU_REMOVE_CORE_PLUGINS=diskspace RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true