Skip to content

Commit

Permalink
Merge pull request #373 from stickz/patch-14
Browse files Browse the repository at this point in the history
Upgrade to rTorrent stickz version 5.1
  • Loading branch information
crazy-max authored Jul 14, 2024
2 parents 370e356 + 36a74b2 commit aad422c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ARG GEOIP2_PHPEXT_VERSION=1.3.1
ARG RUTORRENT_VERSION=9bf6e15c4864a71ff9e9ca5ea689fd001931279b
ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148

# v4.0-0.9.8-0.13.8
ARG RTORRENT_STICKZ_VERSION=5e93c1dc03a613e916877a135439a2643fdf9c48
# v5.1-0.9.8-0.13.8
ARG RTORRENT_STICKZ_VERSION=278362bd83aebbf20be15c29c1d5085f7c383ff5

ARG ALPINE_VERSION=3.19
ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3
Expand Down
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ cat > /var/www/rutorrent/conf/config.php <<EOL
\$scgi_port = 0;
\$scgi_host = "unix:///var/run/rtorrent/scgi.socket";
\$XMLRPCMountPoint = "/RPC2"; // DO NOT DELETE THIS LINE!!! DO NOT COMMENT THIS LINE!!!
\$throttleMaxSpeed = 327625*1024; // DO NOT EDIT THIS LINE!!! DO NOT COMMENT THIS LINE!!!
\$throttleMaxSpeed = 4294967294; // DO NOT EDIT THIS LINE!!! DO NOT COMMENT THIS LINE!!!
\$pathToExternals = array(
"php" => '',
Expand Down

0 comments on commit aad422c

Please sign in to comment.