npm.io
4.2.0 • Published 5 years agoCLI

seedbox-downloader

Licence
GPL-3.0-or-later
Version
4.2.0
Deps
20
Size
1.1 MB
Vulns
21
Weekly
0
Stars
2

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.