tstor/torrent
Antonio Navarro Perez ddda39b22a
Server implementation. (#90)
* Server implementation.

- Share the content of a folder as a magnet file.
- Web interface with all data needed for sharing data.
- New configuration to add several servers
- Every time the content of the server folder is changed, the magnet
file will be generated again.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

* Update dependencies

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

* Use boltdb piece completion storage.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-11-21 14:03:18 +01:00
..
loader Add and remove torrents from web interface (#84) 2021-11-16 13:13:58 +01:00
client.go Add and remove torrents from web interface (#84) 2021-11-16 13:13:58 +01:00
server.go Server implementation. (#90) 2021-11-21 14:03:18 +01:00
service.go Improve logs (#89) 2021-11-20 20:57:25 +01:00
stats.go Add and remove torrents from web interface (#84) 2021-11-16 13:13:58 +01:00
store.go Add and remove torrents from web interface (#84) 2021-11-16 13:13:58 +01:00