qBittorrent (secubox-app-qbittorrent): - Full-featured BitTorrent client with web UI - Container IP: 192.168.255.42:8090 - qbittorrent-nox from Debian repos - API commands: add, list, status WebTorrent (secubox-app-webtorrent): - Browser-based torrent streaming via WebRTC - Container IP: 192.168.255.43:8095 - Node.js server with webtorrent library - Stream video files directly in browser - Beautiful dark theme web UI Both use Debian LXC containers (no Docker/Podman) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
config qbittorrent 'main'
|
|
option enabled '1'
|
|
option port '8090'
|
|
option data_dir '/srv/qbittorrent'
|
|
option download_dir '/srv/downloads/torrents'
|
|
option memory '536870912'
|
|
|
|
config exposure 'exposure'
|
|
option domain 'torrent.gk2.secubox.in'
|
|
option ssl '1'
|