Git Product home page Git Product logo

seedbox-downloader's Introduction

seedbox-downloader

Seedbox downloader allows you to serve a directory and it's content from a server on a beautiful web interface.

Typically, you would want to use this package to host the files downloaded by your seedbox.

Here is what it looks like

seedbox-downloader_preview

Installation

Install the npm package globaly with your favorite package manager

npm install -g seedbox-downloader

Then you can start the seedbox-downloader by using the command:

  // for starting the project in dev
  seedbox-downloader start --dev -p 1337 -d ~/Downloads -a ~/.htpasswd

  options :
    -p : port number
    -d : seedbox directory path
    -a : htpasswd file path (optional)
    --dev : dev mode (optional)

Contribute

If you want to work on the project, you need to use ./cli.js start --dev instead of the ./cli.js start command, then, you need to start webpack bundler watcher by using yarn start.

seedbox-downloader's People

Contributors

dependabot[bot] avatar jean-moulinette avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

seedbox-downloader's Issues

Unable to start the project for development

Do you want to report a feature or a bug ?

  • A bug

What is the current behavior ?

Step to reproduce:

  • Be on Windows (sad but true yo)
  • run seedbox-downloader start-dev
  • Specify no port, default is :8080
  • Specify a path to desired folder

Actual result is:

  • File tree fail to be generated
  • Service can not start
  • Given file path to seedbox-downloader-tree.json does not exist, temp folder is not generated thus seedbox-downloader-tree.json is not generated.

image

What is the expected behaviour ?

  • Installation to complete by following README.md

Which version of the project are you using ?

  • seedbox-downloader 2.2.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.