Home.fr - Novik/ruTorrent GitHub Wiki


#Description

Introduction

ruTorrent est une interface web pour rtorrent conçue pour imiter l'aspect et la convivialité de µTorrent WebUI, par conséquent cette apparence est très similaire au "parent". Le nom "ruTorrent" vient de la combinaison de rTorrent et µTorrent.

La version originale de ruTorrent était fondée sur une version antérieure de µTorrent WebUI, mais a été entièrement réécrit pour la 3.0.

Pré-requis

  • rTorrent 0.8.2 ou ultérieure, compilé avec le support xmlrpc-c. Si vous ne savez pas où l'obtenir pour votre système, vous êtes invités à consulter le site officiel de rTorrent.
  • Serveur web avec php 5.x
  • Navigateur comme client local :
    • IE 7.0, IE 8.0, Firefox 2.x, Firefox 3.x - pour une compatibilité optimale.
    • IE 6.0 - non compatible.
    • Konqueror 3.5.9 - OK, à l'exception des tableaux dans l'onglet "Vitesse" et "Trafic".
    • Opera 9.x/10.x - fonctionne bien.
    • Safari 3.x - fonctionne, mais les images peuvent ne pas s'afficher avec l'utilisation du protocole https. C'est surement un problème du navigateur. Essayez de configurer un serveur pour ne pas garder les connexions actives.
    • Google Chrome 4.1.249.1045 - pareil que Safari. (quelques utilisateurs ont signalé des problèmes avec le rafraîchissement dans Chrome, voir le problème 242).

Les autres navigateurs n'ont pas encore été testés.

Installation et Configuration

Pour des informations détaillées sur l'installation et la configuration, voir [Installation] Web Server Setup et [Config]. Toute question doit être posé dans le forum Support - Français. Si vous avez un problème ou un bug, ouvrez un ticket.

Non implémentée

  • Authentification - Pour le moment, ruTorrent n'a aucune sorte d'authentification. Pour l'authentification, utilisez n'importe quelle que votre serveur web accepte.

Some non-obvious points

  • Only enable the "Receive messages from tracker" option in the Settings panel for rTorrent v.0.8.5 or later. Otherwise it can lead to a crash because of incorrect processing of tracker's messages, containing non-UTF-8 characters, by rTorrent.
  • rTorrent Settings, changed by the user through the "Settings" panel in ruTorrent, are valid until rTorrent restart. After which all settings will be set according to the rTorrent config file ( .rotrrent.rc ).
  • If numbers greater than 2Gb are shown as negative, rTorrent should be recompiled with a xmlrpc-c version 1.11 or later.
  • If the port which rTorrent is listening for requests is changed, it is necessary to make appropriate changes in the ruTorrent configuration file ( see [Config] for more details ) - set the same port number in rutorrent/conf/config.php for the variable $scgi_port.
  • As stated above, Authentication should be provided by web-server only and does not depend on ruTorrent. If authentication is necessary, make sure the webroot and the scgi mount point are both protected (if you mount the scgi directory in a subdirectory of the webroot, and enable authentication on the webroot, this is sufficent) If either the The RPC or HttpRPC plugin is used, the scgi mountpoint (for example, /RPC2 ) folder protection is not necessary.
  • If you are running a multi-user setup, each user should have a different scgi mountpoint. You can name these mountpoints anything you like, provided you change the configuration settings accordingly, for more info see [Config] and web-servers.

Browsers' specialties

  • For proper page rendering of the context menus, make sure javascript is enabled in Firefox and Opera
  • F1 shows included hot-keys. This works flawlessly only in Firefox.
  • Some Browser Add-ons cause problems. (For example the Firefox Add-on All-in-One-Gestures prevents the context menus from loading properly, and so on.)

ruTorrent Forums

If you have any questions, please post them in the forums. If you have an issue, or have found a bug, please report it on the Issues Page.

⚠️ **GitHub.com Fallback** ⚠️