Skip to content

stanionascu/gogurt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogurt

Light responsive rtorrent web-gui

Uses JWT for authentication, and will generate a new key (and password) on each launch, if not provided on the command line.

The server part only serves the webresources and acts as a REST server, which allows to implement any WebUI/control apps/scripts on top.

Screenshots

Login dialog:

Login

Adding a torrent into the queue:

Add

Overview:

Overview

Dependencies:

To build:

In root source folder:

go build

In webroot:

bower install

Command line parameters:

Usage of ./gogurt:
  -host string
        HOST to bind to (default "localhost")
  -jwt-key string
        JWT key used for signing the tokens (default "random")
  -password string
        Password used for logging in, omit for password-less login
  -port uint
        PORT to listen on (default 9999)
  -rpc string
        rtorrent scgi socket (default "127.0.0.1:5000")
  -username string
        Username used for logging in (default "admin")

For connecting to rtorrent via local unix socket simply specify the path to -rpc as e.g. /tmp/rtorrent.sock

TODO:

  • Add screenshots to README
  • Support config file and bundled polymer resources
  • Support SSL
  • Add config wizard?

About

Light responsive rtorrent web-gui

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published