Sign inSign up

s8n02/joal

By s8n02

Updated about 8 years ago

An open source command line RatioMaster with an optional WebUI.

Image
0

100K+

s8n02/joal repository overview

Build Status Coverage Status

https://github.com/anthonyraymond/joal

JOAL

This is the server application with an webui.

Which client can JOAL emulate?
ClientSupportCommentClientSupportComment
BitCometNumwant messWill never be !TransmissionYes
BitTorrentYesµTorrentYes
DelugeYesVuze AzureusYes
qBittorrentYesVuze LeapYes
rTorrentYes

Preview

preview

How to run

Pull image docker docker pull s8n02/joal

and run this command without forgetting to change the following items :

  • your_port
  • your_folder
  • your_prefix
  • your_password
docker run -d \
    -p <your_port>:9000 \
    -e _JAVA_OPTIONS='-Djava.net.preferIPv6Addresses=true' \
    -v <your_folder>:/joal/torrents/ \
    --name="joal" s8n02/joal \
    --joal-conf="/joal" \
    --spring.main.web-environment=true \
    --server.port="9000" \
    --joal.ui.path.prefix="<your_prefix>" \
    --joal.ui.secret-token="<your_password>"

To go to the site enter the following address in your browser: http://your_domain:your_port/your_prefix/ui/

as soon as you arrive on the site click on "Change connection settings" on the top left to configure the connection and then enjoy ;)

Supported browser (for web-ui)

ClientSupportComment
Google Chromeyes
Mozilla Firefoxyes
Operayes
Opera mininoLack of referrer-policy & No support for WebSocket
SafarinoLack of referrer-policy
EdgenoLack of referrer-policy
Internet explorernoNot enough space to explain...

Some non-supported browser might works, but they may be unsafe due to the lack of support for referrer-policy.

Thanks:

This project use a modified version of the awesome mpetazzoni/ttorrent library. Thanks to mpetazzoni for this. Also this project has benefited from the help of several peoples, see Thanks.md

Tag summary

Content type

Image

Digest

Size

134.9 MB

Last updated

about 8 years ago

docker pull s8n02/joal