Skip to content

Strikesoft/Downloader

Repository files navigation

Downloader

Downloader

A simple software to download what you want from any URL (direct link, mega.nz and maybe more...) on a locked network. You'll have to setup Downloader on your own server.

Build with :

How to setup Downloader

  • Download source code on Github
  • Run setup command with : npm run setup
  • Update values of param.yml
    • debug : if you want to see errors
    • log : Enable or disabled logs
    • passModalHash : sha256 hash which allow to secure the access to Downloader. To set this hash use : npm run secure-modal or copy/paste a sha256 hash
    • allowedExtensions : array of allowed extensions see param.yml.dist
    • downloadfolder : path to the folder where downloads will be stored
    • downloadurl : URL used to create download link
  • Setup Apache or Nginx (see examples : #8) or run serve task with : npm run serve

License

This project is released under the MIT license. See the complete license in the bundled LICENSE file.