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
280 B
Plaintext
11 lines
280 B
Plaintext
config webtorrent 'main'
|
|
option enabled '1'
|
|
option port '8095'
|
|
option data_dir '/srv/webtorrent'
|
|
option download_dir '/srv/downloads/webtorrent'
|
|
option memory '268435456'
|
|
|
|
config exposure 'exposure'
|
|
option domain 'stream.gk2.secubox.in'
|
|
option ssl '1'
|