Menu

Tree [d3b33e] master /
 History

HTTPS access


File Date Author Commit
 .github 2018-12-26 Parveen Bhadoo Parveen Bhadoo [3ce300] Initial commit
 files 2019-06-10 Parveen Bhadoo Parveen Bhadoo [5cc224] Add files via upload
 server 2019-07-31 Parveen Bhadoo Parveen Bhadoo [793897] Update server.ts
 static 2019-04-21 Parveen Bhadoo Parveen Bhadoo [ab45f7] Delete logo.png
 .dockerignore 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 .gitattributes 2018-12-26 Parveen Bhadoo Parveen Bhadoo [0c6019] Initial commit
 .gitignore 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 CNAME 2019-03-27 Parveen Bhadoo Parveen Bhadoo [8e0518] Create CNAME
 Dockerfile 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 LICENSE 2019-05-10 Parveen Bhadoo Parveen Bhadoo [1c037e] Create LICENSE
 Procfile 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 README.md 2019-08-21 Parveen Bhadoo Parveen Bhadoo [d3b33e] Update README.md
 app.json 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 index.md 2019-08-18 Parveen Bhadoo Parveen Bhadoo [21e14b] Update index.md
 now.json 2019-03-04 Parveen Bhadoo Parveen Bhadoo [b76f9a] Create now.json
 package.json 2019-07-31 Parveen Bhadoo Parveen Bhadoo [823498] Update package.json
 semantic.json 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit
 tsconfig.json 2018-12-26 Parveen Bhadoo Parveen Bhadoo [27018c] Initial commit

Read Me

# :sun_behind_large_cloud: Bhadoo Cloud Fetch Torrents using .torrent file or Magnet Links, Fetch Files from Other Servers to Own Server and Upload to Google Drive. Open URLs in Proxy to bypass Restrictions (works like VPN) ![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/parveenbhadoo/bhadoocloud.svg) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/parveenbhadoo/bhadoocloud.svg?style=flat) ![Docker Pulls](https://img.shields.io/docker/pulls/parveenbhadoo/bhadoocloud.svg) ![Docker Stars](https://img.shields.io/docker/stars/parveenbhadoo/bhadoocloud.svg) ![Docker Size](https://images.microbadger.com/badges/image/parveenbhadoo/bhadoocloud.svg) ![Docker Version](https://images.microbadger.com/badges/version/parveenbhadoo/bhadoocloud.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/parveenbhadooofficial/bhadoocloud.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/parveenbhadooofficial/bhadoocloud.svg)

screenshot

Available Servers

Check for Available Servers Here.
If you're using or interested in providing Free Server, comment here.

Usage

Info: Heroku is not supported, Use AWS EC2 (1 Year Free), G Cloud (300$ for 1 Year Free), MS Azure (30 Days Free) for Bhadoo Cloud Installations.

Installation on AWS Cloud

  • Select an Ubuntu 18.xx Server Image
  • Use Putty to Login using SSH
  • Follow the below commands one by one.
  sudo apt-get update && sudo apt-get upgrade
  sudo apt-get install linux-image-extra-virtual
  sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    software-properties-common
  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  sudo apt-key fingerprint 0EBFCD88
  sudo add-apt-repository \
     "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
     $(lsb_release -cs) \
     stable"
  sudo apt-get update
  sudo apt-get install docker-ce
  sudo docker run hello-world
  • You'll see a Line saying Hello World that means everything you've done worked till now
  sudo usermod -a -G docker $USER
  • Replace $USER with your username, it maybe be ubuntu by default.
  • Close Putty and Login again.
  docker run --name ct -d -p 80:3000 \
    --restart always \
    -e GOOGLE_CLIENT_ID='***' -e GOOGLE_CLIENT_SECRET='***' -e GOOGLE_REDIRECT_URL='***/oauthCallback' \
    parveenbhadoo/bhadoocloud node server/server.js

Fill *** with appropriate values from Google Developer Console.

  • You can also Delete the Container using below if needed.
  docker stop $(docker ps -a -q)
  docker rm $(docker ps -a -q)
  • You can also remove pulled image to pull latest image again.
  docker images -a

  docker rmi Image Image2

Replace Image with Docker Image ID

Get Google_Client_ID and Secret

  • Open Google Dev Credentails Site.
  • Create a Project, name as you like.
  • Enable Drive API
  • In Credentails Page Click Create Credentials and then Click OAuth Client ID.
  • Select Web Application.
  • In Authorized JavaScript origins enter your domain name or IP whichever you are using for Bhadoo Cloud.
  • In Authorized redirect URIs enter your domain name or IP with /oauthCallback at last.
  • Use http:// or https:// as available.
  • If you are using Cloudflare for website use https:// and Set Flexible HTTPS in Cloudflare.
  • Copy your details and use above.
  • GOOGLE_REDIRECT_URL is same as Authorized redirect URIs

Build from github.com/Mrigank11/embetacloud and github.com/jpillora/cloud-torrent

License MIT

Contributions are Welcome.

Supported By

BrowserStack

Supported by BrowserStack, which allows us to test projects online with any browser as a service. :-)

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.