Skip to content

Commit

Permalink
Upgrade to rTorrent stickz version 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz committed Jul 11, 2024
1 parent 370e356 commit 0561aa7
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=492e947ca534676cd53747b5ed551821db53f6c6

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 0561aa7

Please sign in to comment.