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 :
- Silex 2 (http://silex.sensiolabs.org/)
- Twig (http://twig.sensiolabs.org/)
- jQuery (http://jquery.com/)
- Bootstrap 4 (http://v4-alpha.getbootstrap.com/)
- Download source code on Github
- Run
setupcommand with :npm run setup - Update values of param.yml
- debug : if you want to see errors
- log : Enable or disabled logs
- passModalHash :
sha256hash which allow to secure the access to Downloader. To set this hash use :npm run secure-modalor copy/paste asha256hash - 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
servetask with :npm run serve
This project is released under the MIT license. See the complete license in the bundled LICENSE file.
