Skip to content

Commit

Permalink
Version v5.1.5
Browse files Browse the repository at this point in the history
* Updated ruTorrent to revision v5.1-beta5 Novik/ruTorrent#2721
* Documentation updated
  • Loading branch information
k44sh committed Nov 18, 2024
1 parent 834f779 commit 123d506
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG XMLRPC_VERSION=1.64.00
ARG LIBTORRENT_VERSION=0.14.0
ARG RTORRENT_VERSION=0.10.0
ARG MM_COMMON_VERSION=1.0.6
ARG RUTORRENT_REVISION=34946cf050bd31be8729fd2a4f34548c18da4334
ARG RUTORRENT_REVISION=cbd6703623f464a2c1f00d3d0110d125913ac6a9

FROM alpine:${ALPINE_VERSION} AS compile

Expand Down Expand Up @@ -253,4 +253,4 @@ VOLUME [ "/config", "/data", "/passwd" ]

ENTRYPOINT [ "/init" ]

HEALTHCHECK --interval=10s --timeout=5s --start-period=5s CMD /usr/local/bin/healthcheck
HEALTHCHECK --interval=10s --timeout=5s --start-period=5s CMD /usr/local/bin/healthcheck
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ ___
* Run as non-root user
* Multi-platform image
* [NGINX](https://nginx.org/download) with [PHP 8.3](https://www.php.net/releases/8.3/en.php)
* [rTorrent](https://github.com/rakshasa/rtorrent) / [libTorrent](https://github.com/rakshasa/libtorrent) release compiled from source
* Name resolving with [c-ares](https://github.com/rakshasa/rtorrent/wiki/Performance-Tuning#rtrorrent-with-c-ares) for asynchronous DNS requests (including name resolves)
* [ruTorrent](https://github.com/Novik/ruTorrent) release (`v5.1.4`)
* [libTorrent](https://github.com/rakshasa/libtorrent) (`0.14.0`) / [rTorrent](https://github.com/rakshasa/rtorrent) (`0.10.0`) compiled from source
* [ruTorrent](https://github.com/Novik/ruTorrent) release (`v5.1-beta5`)
* [c-ares](https://github.com/rakshasa/rtorrent/wiki/Performance-Tuning#rtrorrent-with-c-ares) for asynchronous DNS requests
* [mktorrent](https://github.com/Rudde/mktorrent) installed for ruTorrent create plugin
* [Radarr](https://radarr.video) / [Sonarr](https://sonarr.tv) hardlinks compliance
* ruTorrent [GeoIP2](https://github.com/Micdu70/geoip2-rutorrent) plugin
* ruTorrent [Filemanager](https://github.com/nelu/rutorrent-filemanager) plugin
* ruTorrent [Ratiocolors](https://github.com/Gyran/rutorrent-ratiocolor) plugin
* ruTorrent [QuickBox](https://github.com/TrimmingFool/club-QuickBox) theme
* [Radarr](https://radarr.video)/[Sonarr](https://sonarr.tv) hardlinks compliance
* [mktorrent](https://github.com/Rudde/mktorrent) installed for ruTorrent create plugin
* `WAN IP` address automatically resolved for reporting to the tracker
* `XMLRPC` through nginx over SCGI socket (basic auth optional)
* `WebDAV` on completed downloads (basic auth optional)
Expand Down

0 comments on commit 123d506

Please sign in to comment.