2 Star 0 Fork 1

huzhe007 / goTorrent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

goTorrent

Gitter chat Go Report Card

goTorrent is a torrenting server built with Go (Golang) with websocket API that comes with a React web frontend.

The current release is an alpha release which means there may be bugs, please open issues to help me improve this software!

Image of the frontend UI

alt text

Supported Platforms:

  • Windows
  • Linux
  • MacOS - (untested as I do not have a Mac)

Supported Arch:

  • x64

Features:

  • Responsive React based WebUI
  • Download torrents from File upload or Magnet Link
  • Start/Stop/Delete Multiple Torrents
  • Add RSS feeds and automatically download new torrents from feed
  • Detailed information for each torrent
  • Automatic stop after seeding ratio reached
  • Pushbullet notification on torrent complete
  • Automatic move of completed torrent to new directory (leave symlink behind for seeding)
    • Symlinks don't work on Windows yet, have to copy file for now

Roadmap

  • Early-Mid 2018

  • Ability to modify storage path of torrent after it has been added

  • Backend to frontend notification messages

  • Global Rate Limiting for Upload/Download Speed

  • Add torrents from watch folder (cron job every 5 minutes)

  • Authentication from client to server (done via JWT, will add functionality for 3rd party clients later)

  • Reverse Proxy Support with SSL upgrade added (with provided config for nginx)

  • Mostly generated client config from toml.config on first run

  • Ability to view TOML settings from WebUI (and perhaps change a few as well)

  • Ability to set priority for individual files (needs more testing!)

  • Unit testing completed for a large portion of the package

  • Stability/bug fixing/Optimization rewrite of some of the core structures of the WebUI and base server

  • Put the "Move torrent after download" into own goroutine with checks so the WebUI doesn't freeze when moving torrent

  • Late 2018

  • Define the websocket API for users to write their own clients/extensions

  • React-native Android app (I don't own any Mac products so there will be no iPhone version)

Documentation

All the documentation is available here

Special Thanks

I viewed cloud-torrent source to construct my project:

Cloud-Torent:Cloud torrent is a a self-hosted remote torrent client, written in Go (golang)

Anacrolix BitTorrent client package and utilities

goreleaser: Deliver Go binaries as fast and easily as possible

Viper: Go configuration with fangs

logrus: Structured, pluggable logging for Go.

boltdb: An embedded key/value database for Go.

storm: Simple and powerful toolkit for BoltDB

Gorilla: web toolkit for the Go programming language

gofeed: Parse RSS and Atom feeds in Go

pushbullet-go: A library to call Pushbullet HTTP API for Golang

MIT License Copyright (c) 2017 deranjer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

goTorrent is a torrenting server built with Go (Golang) with websocket API that comes with a React web frontend. 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/huzhe007/goTorrent.git
git@gitee.com:huzhe007/goTorrent.git
huzhe007
goTorrent
goTorrent
master

搜索帮助