repositorypackage
0.0.3
Repository: https://github.com/miru-project/bt-server.git
Documentation: pkg.go.dev
# README
Miru BT server
A simple BT server for Miru.
Usage
From release page, download the latest version and run.
Add torrent
Post torrent
file to /torrent
endpoint.
List torrents
Get /torrent
endpoint.
Get torrent
Get /torrent/{hash}
endpoint.
Delete torrent
Delete /torrent/{hash}
endpoint.
Get torrent file
Get /torrent/{hash}/file
endpoint.