All Projects → guidouil → TorrentsDuck

guidouil / TorrentsDuck

Licence: Apache-2.0 License
A multi users bittorrents client with a responsive web UI that quacks 🦆

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TorrentsDuck

Android Ddp
[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Stars: ✭ 271 (+545.24%)
Mutual labels:  real-time, meteor
Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+74307.14%)
Mutual labels:  real-time, meteor
Workbase Server
Slack alternative, email integrated, build with Meteor
Stars: ✭ 284 (+576.19%)
Mutual labels:  real-time, meteor
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (+197.62%)
Mutual labels:  real-time, meteor
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
Stars: ✭ 17,648 (+41919.05%)
Mutual labels:  real-time, meteor
porla
A high performance BitTorrent client for servers and seedboxes.
Stars: ✭ 83 (+97.62%)
Mutual labels:  bittorrent, seedbox
ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
Stars: ✭ 1,991 (+4640.48%)
Mutual labels:  real-time
gamayun
Torrent client designed for seeding tens of thousands of torrents.
Stars: ✭ 13 (-69.05%)
Mutual labels:  bittorrent
Custom-Object-Detection-using-Darkflow
Make custom objects dataset and detect them using darkflow. Darkflow is a tensorflow translation of Darknet.
Stars: ✭ 21 (-50%)
Mutual labels:  real-time
meteor-publication-collector
Test a Meteor publication by collecting its output.
Stars: ✭ 32 (-23.81%)
Mutual labels:  meteor
autodl-rutorrent
ruTorrent plugin for autodl-community fork of autodl-irssi
Stars: ✭ 90 (+114.29%)
Mutual labels:  bittorrent
accounts-material-ui
Material-ui integration with std:accounts-ui
Stars: ✭ 17 (-59.52%)
Mutual labels:  meteor
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (-11.9%)
Mutual labels:  meteor
platyplus
Low-code, offline-first apps with Hasura
Stars: ✭ 22 (-47.62%)
Mutual labels:  real-time
meteor-autoform-materialize
DEPRECATED - Meteor AutoForm Materialize templates
Stars: ✭ 48 (+14.29%)
Mutual labels:  meteor
ban-peers
Checking & banning BitTorrent leech peers via Web API, remove ads, working for μTorrent. 通过网页 API 检查并屏蔽 BitTorrent 吸血对端, 移除广告, 工作于 μTorrent。
Stars: ✭ 21 (-50%)
Mutual labels:  bittorrent
TogetherStream
A social and synchronized streaming experience
Stars: ✭ 16 (-61.9%)
Mutual labels:  real-time
meteor-spacebars-tohtml
Meteor package to ease rendering spacebars to html
Stars: ✭ 35 (-16.67%)
Mutual labels:  meteor
verse-blender
Blender Python Add-on with Verse integration
Stars: ✭ 36 (-14.29%)
Mutual labels:  real-time
asana-webhooks-manager
Asana Webhooks Manager (AWM) is a free and open source management and event handling server, written in JavaScript (NodeJS, Angular) for Asana's webhooks API. Use AWM to manage webhooks subscriptions and accept event payloads from Asana in real-time. Want to create your own Asana Dashboard? Consider AWM as your starting point!
Stars: ✭ 23 (-45.24%)
Mutual labels:  real-time

Torrents Duck 🦆

A multi users bittorrents clients that quacks

⚠️ Currently in alpha stage ⚠️ alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to install Meteor. Follow the instructions.

You also need a local install of MongoDB

you must have two folder writable for your profile from root of hard drive /data/torrents/ and /data/uploads/

Installing and running the main app

Clone or download this repositery and using your terminal in TorrentsDuck/duck folder and install dependencies

meteor npm install

Once done, you can run your local copy with this command of the front end

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3000

Now go register on http://localhost:3000. First user registered get admin rights but only after a meteor server restart if there is only one user.

Installing and running the bittorrent client app

In another terminal go to the TorrentsDuck/torrents directory and install dependencies

meteor npm install

Once done, you can run your local bittorent client

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3001

Now you can start torrents transfert from the main interface

Installing and running the FTP server

In another terminal go to the TorrentsDuck/ftp directory and install dependencies

meteor npm install

Once done, you can run your local ftp server

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3002

Now you can connect by ftp on 127.0.0.1:9876 using the login and password you created on the main web interface

Running the tests

To Be Done

Deployment

Follow the Meteor Up deployement guide - disponible en Français

Built With

  • Meteor - The node.js full stack
  • webtorrent - A streaming torrent client for node.js
  • ftp-srv - 📮 Modern FTP Server
  • Semantic-UI - A UI component framework based around useful principles from natural language.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE file for details

Acknowledgments

  • You are responsible for what you download using the bittorent protocol
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].