「QBittorrent」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) (英語版より転載) タグ: リダイレクト解消 |
Kusanaginoturugi (トーク | 投稿記録) (一部翻訳) |
||
1行目: | 1行目: | ||
{{Lowercase_title}} |
{{Lowercase_title}} |
||
[[Category:BitTorrent]] |
[[Category:BitTorrent]] |
||
− | [https://www.qbittorrent.org/ qBittorrent] |
+ | [https://www.qbittorrent.org/ qBittorrent] は、{{Pkg|libtorrent-rasterbar}} ライブラリを使用したオープンソースでクロスプラットフォームの [[BitTorrent]] クライアントです。このクライアントは [[C++]]、[[Qt]]、および [[Python]](オプションの検索エンジン)で書かれています。 |
+ | qBittorrent は高速で安定しており、軽量です。また、ユニコードをサポートし、統合された検索エンジンを提供しています。UPnP ポート転送 / NAT-PMP、暗号化([[Vuze]] と互換)、FAST 拡張(メインライン)、および PeX サポート([[uTorrent]] と互換)も付属しています。 |
||
− | It is fast, stable and light, supports unicode and provides an integrated search engine. It comes with UPnP port forwarding / NAT-PMP, encryption ([[Vuze]] compatible), FAST extension (main‐line) and PeX support ([[uTorrent]] compatible). |
||
− | == |
+ | == インストール == |
+ | 公式リポジトリには qBittorrent を [[インストール]] するための2つのパッケージがあります: |
||
− | There are two packages in official repositories to [[install]] qBittorrent with: |
||
− | * {{App|qBittorrent|[[Qt]] |
+ | * {{App|qBittorrent|[[Qt]] グラフィカルインターフェースおよび [[#Web インターフェース]] 付き。|https://github.com/qbittorrent/qBittorrent|{{Pkg|qbittorrent}}}} |
− | * {{App|qBittorrent-nox| |
+ | * {{App|qBittorrent-nox|グラフィカルインターフェースなし(nox -> no X サーバー)。|https://github.com/qbittorrent/qBittorrent|{{Pkg|qbittorrent-nox}}}} |
− | == |
+ | == 設定 == |
− | + | プログラムを初めて実行すると、設定ファイルが {{ic|~/.config/qBittorrent/qBittorrent.conf}} に作成されます。 |
|
=== Autostart === |
=== Autostart === |
2023年9月14日 (木) 18:36時点における版
qBittorrent は、libtorrent-rasterbar ライブラリを使用したオープンソースでクロスプラットフォームの BitTorrent クライアントです。このクライアントは C++、Qt、および Python(オプションの検索エンジン)で書かれています。
qBittorrent は高速で安定しており、軽量です。また、ユニコードをサポートし、統合された検索エンジンを提供しています。UPnP ポート転送 / NAT-PMP、暗号化(Vuze と互換)、FAST 拡張(メインライン)、および PeX サポート(uTorrent と互換)も付属しています。
目次
インストール
公式リポジトリには qBittorrent を インストール するための2つのパッケージがあります:
- qBittorrent — Qt グラフィカルインターフェースおよび #Web インターフェース 付き。
- qBittorrent-nox — グラフィカルインターフェースなし(nox -> no X サーバー)。
設定
プログラムを初めて実行すると、設定ファイルが ~/.config/qBittorrent/qBittorrent.conf
に作成されます。
Autostart
If you install qbittorrent-nox, you will get a systemd unit template qbittorrent-nox@.service
. QBittorrent will run as a specific user if you enable/start qbittorrent-nox@username.service
QBittorrent will run as the user username
. The default download folder will be the user's Downloads
directory, but this can be reconfigured later.
Search engine
The optional search engine may be enabled through the menu View > Search Engine, which opens the Search tab.
Search plugins
Default trackers can be added/enabled in the Search tab by opening the tracker window with Search plugins... (bottom right) and pressing Check for updates. More unofficial search plugins can be found here.
Web interface
Default location
By default, qBittorrent will listen on all interfaces on port 8080. Thus it is accessible at http://HOST_IP:8080
.
Default username & password
The default username is admin
and the default password is adminadmin
.
Allow access without username & password
In a home environment, it is often desirable to allow access to the Web UI without having to input a username and password. This can be configured in the Web UI itself after logging in using the default username and password.
Alternatively, to avoid logging in for the first time, add this section to ~/.config/qBittorrent/qBittorrent.conf
:
[Preferences] WebUI\AuthSubnetWhitelist=192.168.1.0/24 WebUI\AuthSubnetWhitelistEnabled=true WebUI\UseUPnP=false
The above configuration items will:
- Allow clients logging in from 192.168.1.x to access the Web UI without having to enter a username and password.
- Disable UPnP for the Web UI, so that the Web UI will not be accessible from outside the network.
After that, reload qbittorrent-nox@username.service
.
Reverse proxy configuration
nginx
Refer to qbittorrent wiki