You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TorrBridge agent v0.1.0
First release. Installs on a bare Ubuntu VPS with one command, runs a
BitTorrent client as an unprivileged systemd service, and exposes it over an
authenticated, certificate-pinned HTTPS API.
Torrents: add by magnet or .torrent, list, inspect, pause, resume, delete, set
per-file priority, and a free-space check before accepting. State survives a
reboot, including whether the user had paused a torrent.
Files: served with Range, ETag and If-Range, which is what a chunked resumable
downloader needs.
Events: a Server-Sent Events stream that opens with a snapshot, so a client can
subscribe and list without racing.