Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:31
· 9 commits to main since this release
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.